A B C D E F G H I J L M N P R S T U V W

A

AALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aaload instruction opcode.
AALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aaload instruction.
AALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.AALoad
Creates a new AALoad object.
AALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aaload opcode.
AASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aastore instruction opcode.
AAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aastore instruction.
AAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.AAStore
Creates a new AAStore object.
AASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aastore opcode.
AbstractJAttribute - Class in fr.umlv.corosol.classfile.attribute.impl
The base class of classes implementing an classfile attribute.
AbstractJConstant - Class in fr.umlv.corosol.classfile.constant.impl
The base class of classes implementing a constant pool entry.
AbstractJInstruction - Class in fr.umlv.corosol.component.instruction
An abstract implementation of the JInstruction interface.
AbstractJVMComponent - Class in fr.umlv.corosol.component.impl
This class is an abstract implementation of the JVMComponent interface.
AbstractJVMComponent() - Constructor for class fr.umlv.corosol.component.impl.AbstractJVMComponent
 
ACONST_NULL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aconst_null instruction opcode.
AConst_Null - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aconst_null instruction.
AConst_Null() - Constructor for class fr.umlv.corosol.component.instruction.impl.AConst_Null
Creates a new AConst_Null object.
ACONST_NULL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aconst_null opcode.
addAttribute(JAttribute) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds an attributes of this class file.
addAttribute(JAttribute) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds an attributes of this class file.
addAttribute(JAttribute) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Adds the specified attribute.
addAttribute(JAttribute) - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Adds the specified attribute.
addBytecode(int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the specified byte code to the byte code handled by this Code attribute.
addBytecode(int) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the specified byte code to the byte code handled by this Code attribute.
addBytecodes(byte[], int, int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds len bytes from the specified byte array starting at offset off to the byte code handled by this Code attribute.
addBytecodes(byte[], int, int) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds len bytes from the specified byte array starting at offset off to the byte code handled by this Code attribute.
addByteOpBytecode(int, int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the specified byte code and its byte operand to the byte code handled by this Code attribute.
addByteOpBytecode(int, int) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the specified byte code and its byte operand to the byte code handled by this Code attribute.
addClassFile(JClassFile) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFileLoader
Adds a new classfile to this classfile loader.
addClassFile(JClassFile) - Method in interface fr.umlv.corosol.classfile.JClassFileLoader
Adds a new classfile to this classfile loader.
addClassOpBytecode(int, String) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the specified byte code and its short operand determined by the name of a class.
addClassOpBytecode(int, String) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the specified byte code and its short operand determined by the name of a class.
addComponent(JVMComponent) - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Adds the specified component into the JVM.
addComponent(JVMComponent) - Method in interface fr.umlv.corosol.component.JVirtualMachine
Adds the specified component into the JVM.
addConstant(JConstant) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds the specified constant in this constant pool.
addConstant(JConstant) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds the specified constant in this constant pool.
addConstantClass(String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Class_info entry corresponding to the specified class name.
addConstantClass(String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Class_info entry corresponding to the specified class name.
addConstantDouble(double) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Double_info entry initialized with the specified value.
addConstantDouble(double) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Double_info entry initialized with the specified value.
addConstantFieldref(String, String, String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Fieldref_info entry.
addConstantFieldref(String, String, String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Fieldref_info entry.
addConstantFloat(float) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Float_info entry initialized with the specified value.
addConstantFloat(float) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Float_info entry initialized with the specified value.
addConstantInteger(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Integer_info entry initialized with the specified value.
addConstantInteger(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Integer_info entry initialized with the specified value.
addConstantInterfaceMethodref(String, String, String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_InterfaceMethodref_info entry.
addConstantInterfaceMethodref(String, String, String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_InterfaceMethodref_info entry.
addConstantLong(long) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Long_info entry initialized with the specified value.
addConstantLong(long) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Long_info entry initialized with the specified value.
addConstantMethodref(String, String, String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Methodref_info entry.
addConstantMethodref(String, String, String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Methodref_info entry.
addConstantNameAndType(String, String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_NameAndType_info entry.
addConstantNameAndType(String, String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_NameAndType_info entry.
addConstantString(String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_String_info entry initialized with the specified string value.
addConstantString(String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_String_info entry initialized with the specified string value.
addConstantUtf8(String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Adds a new CONSTANT_Utf8_info entry initialized with the specified string value.
addConstantUtf8(String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Adds a new CONSTANT_Utf8_info entry initialized with the specified string value.
addConstructor(String, int, JAttribute[]) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds and returns a new constructor to the class defined by this class file.
addConstructor(JClassMember) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds and returns a new constructor to the class defined by this class file.
addConstructor(String, int, JAttribute[]) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds and returns a new constructor to the class defined by this class file.
addConstructor(JClassMember) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds and returns a new constructor to the class defined by this class file.
addDefaultConstructor(int) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds and returns a default constructor to the class defined by this class file.
addDefaultConstructor(int) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds and returns a default constructor to the class defined by this class file.
addField(String, String, int, JAttribute[]) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds and returns a new field to the class defined by this class file.
addField(JClassMember) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds and returns a new field to the class defined by this class file.
addField(String, String, int, JAttribute[]) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds and returns a new field to the class defined by this class file.
addField(JClassMember) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds and returns a new field to the class defined by this class file.
addFieldOpBytecode(int, String, String, String) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the specified byte code and its short operand determined by the declaring class, the name and the descriptor of a field.
addFieldOpBytecode(int, String, String, String) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the specified byte code and its short operand determined by the declaring class, the name and the descriptor of a field.
addInterface(String) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds the specified super interface to the class defined by this class file.
addInterface(String) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds the specified super interface to the class defined by this class file.
addIntOpBytecode(int, int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the specified byte code and its int operand to the byte code handled by this Code attribute.
addIntOpBytecode(int, int) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the specified byte code and its int operand to the byte code handled by this Code attribute.
addInvokeinterface(String, String, String) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the invokeinterface byte code and its short operand determined by the declaring class, the name and the descriptor of an interface method.
addInvokeinterface(String, String, String) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the invokeinterface byte code and its short operand determined by the declaring class, the name and the descriptor of an interface method.
addMethod(String, String, int, JAttribute[]) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds and returns a new method to the class defined by this class file.
addMethod(JClassMember) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Adds and returns a new method to the class defined by this class file.
addMethod(String, String, int, JAttribute[]) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds and returns a new method to the class defined by this class file.
addMethod(JClassMember) - Method in interface fr.umlv.corosol.classfile.JClassFile
Adds and returns a new method to the class defined by this class file.
addMethodOpBytecode(int, String, String, String) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the specified byte code and its short operand determined by the declaring class, the name and the descriptor of a method.
addMethodOpBytecode(int, String, String, String) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the specified byte code and its short operand determined by the declaring class, the name and the descriptor of a method.
addShortOpBytecode(int, int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Adds the specified byte code and its short operand to the byte code handled by this Code attribute.
addShortOpBytecode(int, int) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Adds the specified byte code and its short operand to the byte code handled by this Code attribute.
allocate(int) - Method in interface fr.umlv.corosol.memory.JMemoryAllocator
Creates a memory area of size bytes.
allocateArray(JClass, int) - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Returns a new allocated array with the specified component type and length.
allocateArray(JClass, int[]) - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Returns a new allocated array with the specified component type and dimensions.
allocateArray(JClass, int) - Method in interface fr.umlv.corosol.component.JHeapAllocator
Returns a new allocated array with the specified component type and length.
allocateArray(JClass, int[]) - Method in interface fr.umlv.corosol.component.JHeapAllocator
Returns a new allocated array with the specified component type and dimensions.
allocateClassInstance(JClass) - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Returns a new allocated class instance of the specified type.
allocateClassInstance(JClass) - Method in interface fr.umlv.corosol.component.JHeapAllocator
Returns a new allocated class instance of the specified type.
allocateJavaStack(int) - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Returns a new allocated Java stack of the specified number of bytes.
allocateJavaStack(int) - Method in interface fr.umlv.corosol.component.JHeapAllocator
Returns a new allocated Java stack of the specified number of bytes.
ALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aload instruction opcode.
ALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aload instruction.
ALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.ALoad
Creates a new ALoad object.
ALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aload opcode.
ALOAD_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aload_0 instruction opcode.
ALoad_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aload_0 instruction.
ALoad_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.ALoad_0
Creates a new ALoad_0 object.
ALOAD_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aload_0 opcode.
ALOAD_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aload_1 instruction opcode.
ALoad_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aload_1 instruction.
ALoad_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.ALoad_1
Creates a new ALoad_1 object.
ALOAD_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aload_1 opcode.
ALOAD_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aload_2 instruction opcode.
ALoad_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aload_2 instruction.
ALoad_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.ALoad_2
Creates a new ALoad_2 object.
ALOAD_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aload_2 opcode.
ALOAD_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The aload_3 instruction opcode.
ALoad_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the aload_3 instruction.
ALoad_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.ALoad_3
Creates a new ALoad_3 object.
ALOAD_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The aload_3 opcode.
ANEWARRAY - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The anewarray instruction opcode.
ANewArray - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the anewarray instruction.
ANewArray() - Constructor for class fr.umlv.corosol.component.instruction.impl.ANewArray
Creates a new ANewArray object.
ANEWARRAY - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The anewarray opcode.
ARETURN - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The areturn instruction opcode.
AReturn - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the areturn instruction.
AReturn() - Constructor for class fr.umlv.corosol.component.instruction.impl.AReturn
Creates a new AReturn object.
ARETURN - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The areturn opcode.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.ByteClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.CharClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.FloatClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.IntClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.LongClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.ShortClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in class fr.umlv.corosol.component.impl.VoidClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
arrayCopy(JArray, int, JArray, int, int) - Method in interface fr.umlv.corosol.component.JClass
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
ARRAYLENGTH - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The arraylength instruction opcode.
ArrayLength - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the arraylength instruction.
ArrayLength() - Constructor for class fr.umlv.corosol.component.instruction.impl.ArrayLength
Creates a new ArrayLength object.
ARRAYLENGTH - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The arraylength opcode.
assignReference(JHeapObject) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Assigns a new reference to the specified object and saves the association .
assignReference(JHeapObject) - Method in interface fr.umlv.corosol.component.JReferenceManager
Assigns a new reference to the specified object and saves the association .
ASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The astore instruction opcode.
AStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the astore instruction.
AStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.AStore
Creates a new AStore object.
ASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The astore opcode.
ASTORE_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The astore_0 instruction opcode.
AStore_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the astore_0 instruction.
AStore_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.AStore_0
Creates a new AStore_0 object.
ASTORE_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The astore_0 opcode.
ASTORE_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The astore_0 instruction opcode.
AStore_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the astore_1 instruction.
AStore_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.AStore_1
Creates a new AStore_1 object.
ASTORE_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The astore_0 opcode.
ASTORE_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The astore_0 instruction opcode.
AStore_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the astore_2 instruction.
AStore_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.AStore_2
Creates a new AStore_2 object.
ASTORE_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The astore_0 opcode.
ASTORE_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The astore_0 instruction opcode.
AStore_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the astore_3 instruction.
AStore_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.AStore_3
Creates a new AStore_3 object.
ASTORE_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The astore_0 opcode.
ATHROW - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The athrow instruction opcode.
AThrow - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the athrow instruction.
AThrow() - Constructor for class fr.umlv.corosol.component.instruction.impl.AThrow
Creates a new AThrow object.
ATHROW - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The athrow opcode.

B

BALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The baload instruction opcode.
BALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the baload instruction.
BALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.BALoad
Creates a new BALoad object.
BALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The baload opcode.
BASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The bastore instruction opcode.
BAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the bastore instruction.
BAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.BAStore
Creates a new BAStore object.
BASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The bastore opcode.
BIPUSH - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The bipush instruction opcode.
BIPush - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the bipush instruction.
BIPush() - Constructor for class fr.umlv.corosol.component.instruction.impl.BIPush
Creates a new BIPush object.
BIPUSH - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The bipush opcode.
BOOLEAN - Static variable in class fr.umlv.corosol.component.Descriptor
The boolean descriptor.
BOOLEAN - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type boolean.
BooleanClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the boolean.class.
BooleanClass() - Constructor for class fr.umlv.corosol.component.impl.BooleanClass
Creates a new BooleanClass object.
breakScheduling() - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Stops the thread managing loop of this scheduler.
breakScheduling() - Method in interface fr.umlv.corosol.component.JScheduler
Stops the thread managing loop of this scheduler.
BYTE - Static variable in class fr.umlv.corosol.component.Descriptor
The byte descriptor.
BYTE - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type byte.
ByteClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the byte.class.
ByteClass() - Constructor for class fr.umlv.corosol.component.impl.ByteClass
Creates a new ByteClass object.

C

CALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The caload instruction opcode.
CALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the caload instruction.
CALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.CALoad
Creates a new CALoad object.
CALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The caload opcode.
CASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The castore instruction opcode.
CAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the castore instruction.
CAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.CAStore
Creates a new CAStore object.
CASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The castore opcode.
CATEGORY1 - Static variable in interface fr.umlv.corosol.component.JClass
The integer corresponding to a category 1 computational type.
CATEGORY2 - Static variable in interface fr.umlv.corosol.component.JClass
The integer corresponding to a category 2 computational type.
CHAR - Static variable in class fr.umlv.corosol.component.Descriptor
The char descriptor.
CHAR - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type char.
CharClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the char.class.
CharClass() - Constructor for class fr.umlv.corosol.component.impl.CharClass
Creates a new CharClass object.
CHECKCAST - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The checkcast instruction opcode.
CheckCast - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the checkcast instruction.
CheckCast() - Constructor for class fr.umlv.corosol.component.instruction.impl.CheckCast
Creates a new CheckCast object.
CHECKCAST - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The checkcast opcode.
CLINIT - Static variable in interface fr.umlv.corosol.component.JConstructor
The name of the static class initializer.
CODE - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing the Code attribute.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.AbstractJVMComponent
Configures the component via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Configures the component via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Configures the heap via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.DefaultJLayoutFactory
Configures the layout factory via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.DefaultJMethodInvoker
Configures the component via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Configures the reference manager via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Configures the allocator via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Configures the heap via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.AbstractJInstruction
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AConst_Null
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ANewArray
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AReturn
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ArrayLength
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.AThrow
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.BALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.BAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.BIPush
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.CALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.CAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.CheckCast
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.D2F
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.D2I
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.D2L
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DAdd
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DCmpG
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DCmpL
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DConst_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DConst_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DDiv
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DMul
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DNeg
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DRem
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DReturn
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.DSub
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Dup
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.F2D
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.F2I
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.F2L
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FAdd
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FCmpG
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FCmpL
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FDiv
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FMul
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FNeg
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FRem
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FReturn
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.FSub
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.GetField
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.GetStatic
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Goto
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Goto_W
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.I2B
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.I2C
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.I2D
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.I2F
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.I2L
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.I2S
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IAdd
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IAND
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_4
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_5
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_M1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IDiv
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfEq
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfGE
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfGT
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGE
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGT
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfLE
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfLT
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfNE
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfNonNull
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IfNull
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IInc
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IMul
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.INeg
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.InstanceOf
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeSpecial
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeStatic
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeVirtual
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IOR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IRem
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IReturn
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IShL
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IShR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.ISub
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IUShR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.IXOR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.JDK1_5New
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.JSR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.JSR_W
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.L2D
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.L2F
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.L2I
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LAdd
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LAND
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LCmp
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LConst_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LConst_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LdC
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LdC2_W
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LdC_W
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LDiv
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LMul
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LNeg
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LookupSwitch
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LOR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LRem
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LReturn
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LShL
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LShR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_0
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_1
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_3
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LSub
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LUShR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.LXOR
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.MonitorEnter
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.MonitorExit
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.New
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.NewArray
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.NOp
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Pop
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Pop2
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.PutField
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.PutStatic
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Ret
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Return
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.SALoad
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.SAStore
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.SIPush
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Swap
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.TableSwitch
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in class fr.umlv.corosol.component.instruction.impl.Wide
Configures this instruction via the specified JVM.
configure(JVirtualMachine) - Method in interface fr.umlv.corosol.component.JVMComponent
Configures the component via the specified JVM.
CONSTANT_CLASS - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Class tag.
CONSTANT_DOUBLE - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Double tag.
CONSTANT_FIELDREF - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Fieldref tag.
CONSTANT_FLOAT - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Float tag.
CONSTANT_INTEGER - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Integer tag.
CONSTANT_INTERFACE_METHODREF - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_InterfaceMethodref tag.
CONSTANT_LONG - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Long tag.
CONSTANT_METHODREF - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Methodref tag.
CONSTANT_NAME_AND_TYPE - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_NameAndType tag.
CONSTANT_STRING - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_String tag.
CONSTANT_UTF8 - Static variable in interface fr.umlv.corosol.classfile.constant.JConstant
The CONSTANT_Utf8 tag.
CONSTANT_VALUE - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing ConstantValue attribute.
containsComponent(Class) - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Determines if this jvm contains a component of the specified type.
containsComponent(Class) - Method in interface fr.umlv.corosol.component.JVirtualMachine
Determines if this jvm contains a component of the specified type.
copyTo(JHeap) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
 
copyTo(JHeap, int, int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Copies the data into the specified heap.
copyTo(JMemory, int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Copies the data into the specified memory from the specified position.
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.BooleanClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.ByteClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.CharClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.DoubleClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.FloatClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.IntClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.JArrayClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.LongClass
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.ShortClass
 
copyValue(JTypedHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
 
copyValue(JHeap, int, JHeap, int) - Method in class fr.umlv.corosol.component.impl.VoidClass
 
copyValue(JHeap, int, JHeap, int) - Method in interface fr.umlv.corosol.component.JClass
 
Corosol - Class in fr.umlv.corosol
The Corosol Java launcher.
Corosol() - Constructor for class fr.umlv.corosol.Corosol
 
create(Class) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Creates the object which is the implementation of the specified abstract type.
create(String) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Creates the object which implementation is associated with the specified String.
create(int) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Creates the object which implementation is associated with the specified integer.
create(Class) - Method in class fr.umlv.corosol.repository.JImplementationRepository
Creates the object which is the implementation of the specified abstract type.
create(String) - Method in class fr.umlv.corosol.repository.JImplementationRepository
Creates the object which implementation is associated with the specified String.
create(int) - Method in class fr.umlv.corosol.repository.JImplementationRepository
Creates the object which implementation is associated with the specified integer.
createArrayClass(String) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Creates a JClass corresponding to the class array specified by the fully qualified name passed in parameter.
createArrayClass(String) - Method in class fr.umlv.corosol.component.impl.JDK1_5JClassLoader
Creates a JClass corresponding to the class array specified by the fully qualified name passed in parameter.
createArrayClass(String) - Method in interface fr.umlv.corosol.component.JClassLoader
Creates a JClass corresponding to the class array specified by the fully qualified name passed in parameter.
createClass(JClassFile) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Creates a JClass object from the classfile data specified by the JClassFile instance.
createClass(JClassFile) - Method in class fr.umlv.corosol.component.impl.JDK1_5JClassLoader
Creates a JClass object from the classfile data specified by the JClassFile instance.
createClass(JClassFile) - Method in interface fr.umlv.corosol.component.JClassLoader
Creates a JClass object from the classfile data specified by the JClassFile instance.
createField(JClass, JClassMember) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Creates a JField object from the data described by the specified classfile item containing the description of a field of the c class.
createField(JClass, JClassMember) - Method in interface fr.umlv.corosol.component.JClassLoader
Creates a JField object from the data described by the specified classfile item containing the description of a field.
createInstruction(int) - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJInstructionFactory
 
createInstruction(int) - Method in interface fr.umlv.corosol.component.instruction.JInstructionFactory
Creates the JInstruction object corresponding to the specified opcode.
createInstruction(int) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Creates the instruction object which the opcode is specified.
createInstruction(int) - Method in class fr.umlv.corosol.repository.JImplementationRepository
Creates the instruction object which the opcode is specified.
createMethod(JClass, JClassMember) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Creates a JMethod object from the data described by the specified classfile item containing the description of a method of the c class.
createMethod(JClass, JClassMember) - Method in interface fr.umlv.corosol.component.JClassLoader
Creates a JMethod object from the data described by the specified classfile item containing the description of a method of the c class.
createPrimitiveClass(String) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Creates a primitive class which descriptor is specified.
createPrimitiveClass(String) - Method in class fr.umlv.corosol.repository.JImplementationRepository
Creates a primitive class which descriptor is specified.
createProxy(JVMComponent) - Method in interface fr.umlv.corosol.component.proxy.JProxyFactory
Creates a proxy instance for the specified component object.
createProxy(JClassInstance) - Method in interface fr.umlv.corosol.component.proxy.JProxyFactory
Creates a proxy instance for the specified class instance.
createProxy(JVMComponent) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Creates a proxy instance for the specified component object.
createProxy(JClassInstance) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Creates a proxy instance for the specified class instance.
createProxyClassfile(JClassFile) - Method in class fr.umlv.corosol.component.proxy.impl.JCIProxyClassFileFactory
Creates a proxy classfile from a source classfile.
createProxyClassfile(JClassFile) - Method in class fr.umlv.corosol.component.proxy.impl.JVMCProxyClassFileFactory
Creates a classfile representing the class proxy of the specified classfile.

D

D2F - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The d2f instruction opcode.
D2F - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the d2f instruction.
D2F() - Constructor for class fr.umlv.corosol.component.instruction.impl.D2F
Creates a new D2F object.
D2F - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The d2f opcode.
D2I - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The d2i instruction opcode.
D2I - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the d2i instruction.
D2I() - Constructor for class fr.umlv.corosol.component.instruction.impl.D2I
Creates a new D2I object.
D2I - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The d2i opcode.
D2L - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The d2i instruction opcode.
D2L - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the d2l instruction.
D2L() - Constructor for class fr.umlv.corosol.component.instruction.impl.D2L
Creates a new D2L object.
D2L - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The d2i opcode.
DADD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dadd instruction opcode.
DAdd - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dadd instruction.
DAdd() - Constructor for class fr.umlv.corosol.component.instruction.impl.DAdd
Creates a new DAdd object.
DADD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dadd opcode.
DALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The daload instruction opcode.
DALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the daload instruction.
DALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.DALoad
Creates a new DALoad object.
DALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The daload opcode.
DASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dastore instruction opcode.
DAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dastore instruction.
DAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.DAStore
Creates a new DAStore object.
DASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dastore opcode.
DCMPG - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dcmpg instruction opcode.
DCmpG - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dcmpg instruction.
DCmpG() - Constructor for class fr.umlv.corosol.component.instruction.impl.DCmpG
Creates a new DCmpG object.
DCMPG - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dcmpg opcode.
DCMPL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dcmpl instruction opcode.
DCmpL - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dcmpl instruction.
DCmpL() - Constructor for class fr.umlv.corosol.component.instruction.impl.DCmpL
Creates a new DCmpL object.
DCMPL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dcmpl opcode.
DCONST_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dconst_0 instruction opcode.
DConst_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dconst_0 instruction.
DConst_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.DConst_0
Creates a new DConst_0 object.
DCONST_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dconst_0 opcode.
DCONST_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dconst_1 instruction opcode.
DConst_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dconst_1 instruction.
DConst_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.DConst_1
Creates a new DConst_1 object.
DCONST_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dconst_1 opcode.
DDIV - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ddiv instruction opcode.
DDiv - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ddiv instruction.
DDiv() - Constructor for class fr.umlv.corosol.component.instruction.impl.DDiv
Creates a new DDiv object.
DDIV - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ddiv opcode.
DefaultJArray - Class in fr.umlv.corosol.component.impl
The default implementation of the JArray interface representing an array allocated into the Corosol heap.
DefaultJArray(int) - Constructor for class fr.umlv.corosol.component.impl.DefaultJArray
Creates a new DefaultJArray object representing a new array of length element.
DefaultJavaStack - Class in fr.umlv.corosol.component.impl
The default implementation of the JavaStack interface which represents a thread stack.
DefaultJavaStack(JHeap) - Constructor for class fr.umlv.corosol.component.impl.DefaultJavaStack
Creates a new java stack allocated into the specified heap.
DefaultJBytecodeParser - Class in fr.umlv.corosol.classfile.bytecode.impl
The default implementation of the bytecode parser JBytecodeParser.
DefaultJBytecodeParser() - Constructor for class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Creates a new bytecode parser not initialized with a bytecode array.
DefaultJClass - Class in fr.umlv.corosol.component.impl
A DefaultJClass represents a JClass object for an instance class.
DefaultJClass(JClassLoader, JClassFile) - Constructor for class fr.umlv.corosol.component.impl.DefaultJClass
Creates a new DefaultJClass initialized with the specified class item containing the class datas and the specified class loader.
DefaultJClassFile - Class in fr.umlv.corosol.classfile.impl
The default implementation of the fr.umlv.corosol.classfile.JClassFile interface.
DefaultJClassFile() - Constructor for class fr.umlv.corosol.classfile.impl.DefaultJClassFile
The default constructor.
DefaultJClassFileLoader - Class in fr.umlv.corosol.classfile.impl
This class is the default implementation of the JClassFileLoader interface which represents a classfile loader.
DefaultJClassFileLoader() - Constructor for class fr.umlv.corosol.classfile.impl.DefaultJClassFileLoader
The default constructor.
DefaultJClassInstance - Class in fr.umlv.corosol.component.impl
This is the default implementation of the DefaultJClassInstance interface.
DefaultJClassInstance() - Constructor for class fr.umlv.corosol.component.impl.DefaultJClassInstance
Creates a new DefaultJClassInstance.
DefaultJClassLoader - Class in fr.umlv.corosol.component.impl
This class represents the default implementation of the fr.umlv.corosol.component.JClassLoader interface.
DefaultJClassLoader() - Constructor for class fr.umlv.corosol.component.impl.DefaultJClassLoader
The default constructor.
DefaultJClassMember - Class in fr.umlv.corosol.classfile.member.impl
The default implementation of JClassMember interface.
DefaultJClassMember() - Constructor for class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
The default constructor.
DefaultJClassMember(JConstantPool, int, int, int, JAttribute[]) - Constructor for class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Creates a new DefaultJClassMember object.
DefaultJCodeAttribute - Class in fr.umlv.corosol.classfile.attribute.impl
The default implementation of the JCodeAttribute interface.
DefaultJCodeAttribute() - Constructor for class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
The default constructor.
DefaultJCodeAttribute(int, int, byte[], JExceptionHandler[], JAttribute[]) - Constructor for class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Creates a new Code attribute.
DefaultJCodeAttribute(int, int, byte[]) - Constructor for class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Creates a new Code attribute.
DefaultJConstantClass - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of the fr.umlv.corosol.classfile.constant.JConstantClass interface.
DefaultJConstantClass() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
The default constructor.
DefaultJConstantClass(JConstantPool, int) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
Creates a new Constant_Class_info entry.
DefaultJConstantDouble - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of JConstantDouble interface.
DefaultJConstantDouble() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Default constructor.
DefaultJConstantDouble(double) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Creates a new CONSTANT_Double_info entry with the specified double value.
DefaultJConstantFieldref - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of the fr.umlv.corosol.classfile.JConstantFieldref interface.
DefaultJConstantFieldref() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Default constructor.
DefaultJConstantFieldref(JConstantPool, int, int) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Creates a new Constant_Fieldref_info entry.
DefaultJConstantFloat - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of JConstantFloat interface.
DefaultJConstantFloat() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Default constructor.
DefaultJConstantFloat(float) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Creates a new CONSTANT_Float_info entry with the specified float value.
DefaultJConstantInteger - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of JConstantInteger interface.
DefaultJConstantInteger() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
Default constructor.
DefaultJConstantInteger(int) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
 
DefaultJConstantInterfaceMethodref - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of the JConstantInterfaceMethodref interface.
DefaultJConstantInterfaceMethodref() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Default constructor.
DefaultJConstantInterfaceMethodref(JConstantPool, int, int) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Creates a new Constant_InterfaceMethodref_info entry.
DefaultJConstantLong - Class in fr.umlv.corosol.classfile.constant.impl
A default implementation of JConstantLong interface.
DefaultJConstantLong() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Default constructor.
DefaultJConstantLong(long) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Creates a new CONSTANT_Long_info entry with the specified long value.
DefaultJConstantMethodref - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of the JConstantMethodref interface.
DefaultJConstantMethodref() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Default constructor.
DefaultJConstantMethodref(JConstantPool, int, int) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Creates a new Constant_Methodref_info entry.
DefaultJConstantNameAndType - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of the JConstantNameAndType interface.
DefaultJConstantNameAndType() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Default constructor.
DefaultJConstantNameAndType(JConstantPool, int, int) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Creates a new Constant_NameAndType_info entry.
DefaultJConstantPool - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of the fr.umlv.corosol.classfile.constant.JConstantPool interface.
DefaultJConstantPool() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Default constructor.
DefaultJConstantString - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of JConstantString interface.
DefaultJConstantString() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Default constructor.
DefaultJConstantUtf8 - Class in fr.umlv.corosol.classfile.constant.impl
The default implementation of JConstantUtf8 interface.
DefaultJConstantUtf8() - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantUtf8
Default constructor.
DefaultJConstantUtf8(String) - Constructor for class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantUtf8
Creates a new Constant_UTF8_info entry.
DefaultJConstantValueAttribute - Class in fr.umlv.corosol.classfile.attribute.impl
The default implementation of the JConstantValueAttribute interface.
DefaultJConstantValueAttribute() - Constructor for class fr.umlv.corosol.classfile.attribute.impl.DefaultJConstantValueAttribute
The default constructor.
DefaultJConstructor - Class in fr.umlv.corosol.component.impl
This is the default implementation of the JConstructor interface.
DefaultJConstructor(JClass, JClassMember) - Constructor for class fr.umlv.corosol.component.impl.DefaultJConstructor
Creates a new DefaultJConstructor object initialized with the specified class file item that containing the constructor datas and with the specified declaring class.
DefaultJExceptionHandler - Class in fr.umlv.corosol.classfile.attribute.impl
The default implementation of the JExceptionHandler interface.
DefaultJExceptionHandler() - Constructor for class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
The default constructor.
DefaultJExceptionsAttribute - Class in fr.umlv.corosol.classfile.attribute.impl
The default implementation of the JExceptionsAttribute interface.
DefaultJExceptionsAttribute() - Constructor for class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
The default constructor.
DefaultJField - Class in fr.umlv.corosol.component.impl
This is the default implementation of the JField interface.
DefaultJField(JClass, JClassMember) - Constructor for class fr.umlv.corosol.component.impl.DefaultJField
Creates a new DefaultJField object initialized with the specified class file item that containing the field datas and with the specified declaring class.
DefaultJFieldLookup - Class in fr.umlv.corosol.component.impl
The default implementation of the JFieldLookup interface.
DefaultJFieldLookup() - Constructor for class fr.umlv.corosol.component.impl.DefaultJFieldLookup
The default constructor.
DefaultJHeap - Class in fr.umlv.corosol.component.impl
The DefaultJHeap class is the default implementation of the JHeap interface.
DefaultJHeap() - Constructor for class fr.umlv.corosol.component.impl.DefaultJHeap
Creates a new DefaultJHeap object.
DefaultJHeap(int) - Constructor for class fr.umlv.corosol.component.impl.DefaultJHeap
Creates a new DefaultJHeap with the specified number of bytes.
DefaultJImplementationRepository - Class in fr.umlv.corosol.repository.impl
The default implementation of the fr.umlv.corosol.repository.JImplementationRepository interface.
DefaultJImplementationRepository() - Constructor for class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
The default constructor.
DefaultJInstructionFactory - Class in fr.umlv.corosol.component.instruction.impl
This class is the default implementation of the JInstructionFactory interface.
DefaultJInstructionFactory() - Constructor for class fr.umlv.corosol.component.instruction.impl.DefaultJInstructionFactory
 
DefaultJLayoutFactory - Class in fr.umlv.corosol.component.impl
A JLayout factory.
DefaultJLayoutFactory() - Constructor for class fr.umlv.corosol.component.impl.DefaultJLayoutFactory
Creates a new layout factory.
DefaultJMetaTransformer - Class in fr.umlv.corosol.component.proxy.impl
This class is the default implementation of the JMetaTransformer interface.
DefaultJMetaTransformer() - Constructor for class fr.umlv.corosol.component.proxy.impl.DefaultJMetaTransformer
Creates a new DefaultJMetaTransformer object.
DefaultJMethod - Class in fr.umlv.corosol.component.impl
This is the default implementation of the JMethod interface.
DefaultJMethod(JClass, JClassMember) - Constructor for class fr.umlv.corosol.component.impl.DefaultJMethod
Creates a new DefaultJMethod object initialized with the specified class file item that containing the method datas and with the specified declaring class.
DefaultJMethodInvoker - Class in fr.umlv.corosol.component.impl
The default implementation of the JMethodInvoker interface.
DefaultJMethodInvoker() - Constructor for class fr.umlv.corosol.component.impl.DefaultJMethodInvoker
The default constructor.
DefaultJMethodLookup - Class in fr.umlv.corosol.component.impl
The default implementation of the JMethodLookup interface.
DefaultJMethodLookup() - Constructor for class fr.umlv.corosol.component.impl.DefaultJMethodLookup
The default constructor.
DefaultJOperandInput - Class in fr.umlv.corosol.component.instruction.impl
 
DefaultJOperandInput() - Constructor for class fr.umlv.corosol.component.instruction.impl.DefaultJOperandInput
 
DefaultJReferenceManager - Class in fr.umlv.corosol.component.impl
This is the default implementation of the JReferenceManager interface.
DefaultJReferenceManager() - Constructor for class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Creates a new DefaultJReferenceManager object.
DefaultJScheduler - Class in fr.umlv.corosol.component.impl
This is the default implementation of the JScheduler interface.
DefaultJScheduler() - Constructor for class fr.umlv.corosol.component.impl.DefaultJScheduler
The default constructor.
DefaultJThread - Class in fr.umlv.corosol.component.impl
The default implementation of the JThread interface.
DefaultJThread() - Constructor for class fr.umlv.corosol.component.impl.DefaultJThread
The default constructor.
DefaultJVirtualMachine - Class in fr.umlv.corosol.component.impl
The default implementation of the fr.umlv.corosol.component.JVirtualMachine interface.
DefaultJVirtualMachine() - Constructor for class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Creates a new java virtual machine.
DEPRECATED - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing Deprecated attribute.
Descriptor - Class in fr.umlv.corosol.component
An object of the Descriptor class represents a descriptor.
Descriptor() - Constructor for class fr.umlv.corosol.component.Descriptor
 
DLOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dload instruction opcode.
DLoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dload instruction.
DLoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.DLoad
Creates a new DLoad object.
DLOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dload opcode.
DLOAD_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dload_0 instruction opcode.
DLoad_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dload_0 instruction.
DLoad_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.DLoad_0
Creates a new DLoad_0 object.
DLOAD_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dload_0 opcode.
DLOAD_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dload_1 instruction opcode.
DLoad_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dload_1 instruction.
DLoad_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.DLoad_1
Creates a new DLoad_1 object.
DLOAD_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dload_1 opcode.
DLOAD_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dload_2 instruction opcode.
DLoad_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dload_2 instruction.
DLoad_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.DLoad_2
Creates a new DLoad_2 object.
DLOAD_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dload_2 opcode.
DLOAD_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dload_3 instruction opcode.
DLoad_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dload_3 instruction.
DLoad_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.DLoad_3
Creates a new DLoad_3 object.
DLOAD_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dload_3 opcode.
DMUL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dmul instruction opcode.
DMul - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dmul instruction.
DMul() - Constructor for class fr.umlv.corosol.component.instruction.impl.DMul
Creates a new DMul object.
DMUL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dmul opcode.
DNEG - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dneg instruction opcode.
DNeg - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dneg instruction.
DNeg() - Constructor for class fr.umlv.corosol.component.instruction.impl.DNeg
Creates a new DNeg object.
DNEG - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dneg opcode.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ByteClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.CharClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.FloatClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.IntClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.LongClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ShortClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.VoidClass
Does the getfield operations on the specified stack frame.
doGetfield(JStackFrame, JField) - Method in interface fr.umlv.corosol.component.JClass
Does the getfield operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ByteClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.CharClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.FloatClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.IntClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.LongClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ShortClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.VoidClass
Does the getstatic operations on the specified stack frame.
doGetstatic(JStackFrame, JField) - Method in interface fr.umlv.corosol.component.JClass
Does the getstatic operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ByteClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.CharClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.FloatClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.IntClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.LongClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ShortClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.VoidClass
Does the putfield operations on the specified stack frame.
doPutfield(JStackFrame, JField) - Method in interface fr.umlv.corosol.component.JClass
Does the putfield operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ByteClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.CharClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.FloatClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.IntClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.LongClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.ShortClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in class fr.umlv.corosol.component.impl.VoidClass
Does the putstatic operations on the specified stack frame.
doPutstatic(JStackFrame, JField) - Method in interface fr.umlv.corosol.component.JClass
Does the putstatic operations on the specified stack frame.
DOUBLE - Static variable in class fr.umlv.corosol.component.Descriptor
The double descriptor.
DOUBLE - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type double.
DoubleClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the double.class.
DoubleClass() - Constructor for class fr.umlv.corosol.component.impl.DoubleClass
Creates a new DoubleClass object.
DREM - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The drem instruction opcode.
DRem - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the drem instruction.
DRem() - Constructor for class fr.umlv.corosol.component.instruction.impl.DRem
Creates a new DRem object.
DREM - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The drem opcode.
DRETURN - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dreturn instruction opcode.
DReturn - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dreturn instruction.
DReturn() - Constructor for class fr.umlv.corosol.component.instruction.impl.DReturn
Creates a new DReturn object.
DRETURN - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dreturn opcode.
DSTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dstore instruction opcode.
DStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dstore instruction.
DStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.DStore
Creates a new DStore object.
DSTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dstore opcode.
DSTORE_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dstore_0 instruction opcode.
DStore_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dstore_0 instruction.
DStore_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.DStore_0
Creates a new DStore_0 object.
DSTORE_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dstore_0 opcode.
DSTORE_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dstore_1 instruction opcode.
DStore_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dstore_1 instruction.
DStore_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.DStore_1
Creates a new DStore_1 object.
DSTORE_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dstore_1 opcode.
DSTORE_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dstore_2 instruction opcode.
DStore_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dstore_2 instruction.
DStore_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.DStore_2
Creates a new DStore_2 object.
DSTORE_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dstore_2 opcode.
DSTORE_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dstore_3 instruction opcode.
DStore_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dstore_3 instruction.
DStore_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.DStore_3
Creates a new DStore_3 object.
DSTORE_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dstore_3 opcode.
DSUB - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dsub instruction opcode.
DSub - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dsub instruction.
DSub() - Constructor for class fr.umlv.corosol.component.instruction.impl.DSub
Creates a new DSub object.
DSUB - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dsub opcode.
DUP - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dup instruction opcode.
Dup - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dup instruction.
Dup() - Constructor for class fr.umlv.corosol.component.instruction.impl.Dup
Creates a new Dup object.
DUP - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dup opcode.
DUP2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dup2 instruction opcode.
Dup2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dup2 instruction.
Dup2() - Constructor for class fr.umlv.corosol.component.instruction.impl.Dup2
Creates a new Dup2 object.
DUP2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dup2 opcode.
DUP2_X1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dup2_x1 instruction opcode.
Dup2_X1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dup2_x1 instruction.
Dup2_X1() - Constructor for class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Creates a new Dup2_X1 object.
DUP2_X1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dup2_x1 opcode.
DUP2_X2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dup2_x2 instruction opcode.
Dup2_X2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dup2_x2 instruction.
Dup2_X2() - Constructor for class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Creates a new Dup2_X2 object.
DUP2_X2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dup2_x2 opcode.
DUP_X1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dup_x1 instruction opcode.
Dup_X1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dup_x1 instruction.
Dup_X1() - Constructor for class fr.umlv.corosol.component.instruction.impl.Dup_X1
Creates a new Dup_X1 object.
DUP_X1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dup_x1 opcode.
DUP_X2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The dup_x2 instruction opcode.
Dup_X2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the dup_x2 instruction.
Dup_X2() - Constructor for class fr.umlv.corosol.component.instruction.impl.Dup_X2
Creates a new Dup_X2 object.
DUP_X2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The dup_x2 opcode.

E

enqueueThread(JThread) - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Puts the specified thread in the thread queue of this scheduler.
enqueueThread(JThread) - Method in interface fr.umlv.corosol.component.JScheduler
Puts the specified thread in the thread queue of this scheduler.
EXCEPTIONS - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing Exceptions attribute.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.AbstractJInstruction
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AConst_Null
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ANewArray
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AReturn
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ArrayLength
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.AThrow
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.BALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.BAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.BIPush
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.CALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.CAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.CheckCast
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.D2F
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.D2I
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.D2L
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DAdd
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DCmpG
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DCmpL
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DConst_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DConst_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DDiv
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DMul
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DNeg
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DRem
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DReturn
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.DSub
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Dup
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.F2D
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.F2I
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.F2L
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FAdd
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FCmpG
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FCmpL
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FDiv
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FMul
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FNeg
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FRem
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FReturn
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.FSub
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.GetField
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.GetStatic
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Goto
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Goto_W
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.I2B
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.I2C
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.I2D
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.I2F
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.I2L
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.I2S
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IAdd
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IAND
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_4
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_5
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_M1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IDiv
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfEq
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfGE
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfGT
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGE
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGT
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfLE
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfLT
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfNE
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfNonNull
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IfNull
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IInc
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IMul
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.INeg
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.InstanceOf
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeSpecial
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeStatic
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeVirtual
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IOR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IRem
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IReturn
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IShL
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IShR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.ISub
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IUShR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.IXOR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.JDK1_5New
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.JSR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.JSR_W
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.L2D
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.L2F
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.L2I
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LAdd
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LAND
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LCmp
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LConst_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LConst_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LdC
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LdC2_W
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LdC_W
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LDiv
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LMul
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LNeg
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LookupSwitch
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LOR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LRem
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LReturn
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LShL
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LShR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_0
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_1
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_3
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LSub
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LUShR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.LXOR
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.MonitorEnter
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.MonitorExit
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.New
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.NewArray
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.NOp
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Pop
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Pop2
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.PutField
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.PutStatic
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Ret
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Return
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.SALoad
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.SAStore
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.SIPush
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Swap
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.TableSwitch
Executes this instruction in the specified thread.
exec(JThread) - Method in class fr.umlv.corosol.component.instruction.impl.Wide
Executes this instruction in the specified thread.
exec(JThread) - Method in interface fr.umlv.corosol.component.instruction.JInstruction
Executes this instruction in the specified thread.
execNextInstruction() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Executes the next instruction of the current method.
execNextInstruction() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Executes the next instruction of the current method.
execNextInstruction() - Method in interface fr.umlv.corosol.component.JThread
Executes the next instruction of the current method.

F

F2D - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The f2d instruction opcode.
F2D - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the f2d instruction.
F2D() - Constructor for class fr.umlv.corosol.component.instruction.impl.F2D
Creates a new F2D object.
F2D - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The f2d opcode.
F2I - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The f2i instruction opcode.
F2I - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the f2i instruction.
F2I() - Constructor for class fr.umlv.corosol.component.instruction.impl.F2I
Creates a new F2I object.
F2I - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The f2i opcode.
F2L - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The f2l instruction opcode.
F2L - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the f2l instruction.
F2L() - Constructor for class fr.umlv.corosol.component.instruction.impl.F2L
Creates a new F2L object.
F2L - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The f2l opcode.
FADD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fadd instruction opcode.
FAdd - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fadd instruction.
FAdd() - Constructor for class fr.umlv.corosol.component.instruction.impl.FAdd
Creates a new FAdd object.
FADD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fadd opcode.
FALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The faload instruction opcode.
FALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the faload instruction.
FALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.FALoad
Creates a new FALoad object.
FALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The faload opcode.
FASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fastore instruction opcode.
FAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fastore instruction.
FAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.FAStore
Creates a new FAStore object.
FASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fastore opcode.
FCMPG - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fcmpg instruction opcode.
FCmpG - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fcmpg instruction.
FCmpG() - Constructor for class fr.umlv.corosol.component.instruction.impl.FCmpG
Creates a new FCmpG object.
FCMPG - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fcmpg opcode.
FCMPL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fcmpl instruction opcode.
FCmpL - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fcmpl instruction.
FCmpL() - Constructor for class fr.umlv.corosol.component.instruction.impl.FCmpL
Creates a new FCmpL object.
FCMPL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fcmpl opcode.
FCONST_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fconst_0 instruction opcode.
FConst_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fconst_0 instruction.
FConst_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.FConst_0
Creates a new FConst_0 object.
FCONST_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fconst_0 opcode.
FCONST_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fconst_1 instruction opcode.
FConst_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fconst_1 instruction.
FConst_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.FConst_1
Creates a new FConst_1 object.
FCONST_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fconst_1 opcode.
FCONST_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fconst_2 instruction opcode.
FConst_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fconst_2 instruction.
FConst_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.FConst_2
Creates a new FConst_2 object.
FCONST_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fconst_2 opcode.
FDIV - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fdiv instruction opcode.
FDiv - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fdiv instruction.
FDiv() - Constructor for class fr.umlv.corosol.component.instruction.impl.FDiv
Creates a new FDiv object.
FDIV - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fdiv opcode.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Copies the boolean value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.ByteClass
Copies the byte value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.CharClass
Copies the char value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Copies the reference value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Copies the double value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.FloatClass
Copies the float value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.IntClass
Copies the int value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Copies the array reference value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.LongClass
Copies the long value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.ShortClass
Copies the short value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in class fr.umlv.corosol.component.impl.VoidClass
Copies the value of the specified field from the specified source class instance to the specified class instance destination.
fieldCopy(JField, JClassInstance, JClassInstance) - Method in interface fr.umlv.corosol.component.JClass
Copies the reference value of the specified field from the specified source class instance to the specified class instance destination.
fillInput(byte[], int, int) - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Resets the bytecode parsing and initializes it with the len bytes of the specified bytes array, starting at the off position.
fillInput(byte[], int, int) - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Resets the bytecode parsing and initializes it with the len bytes of the specified bytes array, starting at the off position.
fillInput(byte[], int, int) - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJOperandInput
 
fillInput(byte[], int, int) - Method in class fr.umlv.corosol.component.instruction.impl.SimpleJOperandInput
 
fillInput(byte[], int, int) - Method in interface fr.umlv.corosol.component.instruction.JOperandInput
Reads up length bytes in the specified array from the offset index in order to be parsed by this JOperandInput.
findClass(String) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Finds the specified class.
FLOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fload instruction opcode.
FLoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fload instruction.
FLoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.FLoad
Creates a new FLoad object.
FLOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fload opcode.
FLOAD_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fload_0 instruction opcode.
FLoad_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fload_0 instruction.
FLoad_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.FLoad_0
Creates a new FLoad_0 object.
FLOAD_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fload_0 opcode.
FLOAD_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fload_1 instruction opcode.
FLoad_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fload_1 instruction.
FLoad_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.FLoad_1
Creates a new FLoad_1 object.
FLOAD_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fload_1 opcode.
FLOAD_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fload_2 instruction opcode.
FLoad_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fload_2 instruction.
FLoad_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.FLoad_2
Creates a new FLoad_2 object.
FLOAD_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fload_2 opcode.
FLOAD_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fload_3 instruction opcode.
FLoad_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fload_3 instruction.
FLoad_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.FLoad_3
Creates a new FLoad_3 object.
FLOAD_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fload_3 opcode.
FLOAT - Static variable in class fr.umlv.corosol.component.Descriptor
The float descriptor.
FLOAT - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type float.
FloatClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the float.class.
FloatClass() - Constructor for class fr.umlv.corosol.component.impl.FloatClass
Creates a new FloatClass object.
FMUL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fmul instruction opcode.
FMul - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fmul instruction.
FMul() - Constructor for class fr.umlv.corosol.component.instruction.impl.FMul
Creates a new FMul object.
FMUL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fmul opcode.
FNEG - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fneg instruction opcode.
FNeg - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fneg instruction.
FNeg() - Constructor for class fr.umlv.corosol.component.instruction.impl.FNeg
Creates a new FNeg object.
FNEG - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fneg opcode.
fr.umlv.corosol - package fr.umlv.corosol
 
fr.umlv.corosol.classfile - package fr.umlv.corosol.classfile
 
fr.umlv.corosol.classfile.attribute - package fr.umlv.corosol.classfile.attribute
 
fr.umlv.corosol.classfile.attribute.impl - package fr.umlv.corosol.classfile.attribute.impl
 
fr.umlv.corosol.classfile.bytecode - package fr.umlv.corosol.classfile.bytecode
 
fr.umlv.corosol.classfile.bytecode.impl - package fr.umlv.corosol.classfile.bytecode.impl
 
fr.umlv.corosol.classfile.constant - package fr.umlv.corosol.classfile.constant
 
fr.umlv.corosol.classfile.constant.impl - package fr.umlv.corosol.classfile.constant.impl
 
fr.umlv.corosol.classfile.impl - package fr.umlv.corosol.classfile.impl
 
fr.umlv.corosol.classfile.io - package fr.umlv.corosol.classfile.io
 
fr.umlv.corosol.classfile.io.impl - package fr.umlv.corosol.classfile.io.impl
 
fr.umlv.corosol.classfile.member - package fr.umlv.corosol.classfile.member
 
fr.umlv.corosol.classfile.member.impl - package fr.umlv.corosol.classfile.member.impl
 
fr.umlv.corosol.component - package fr.umlv.corosol.component
 
fr.umlv.corosol.component.impl - package fr.umlv.corosol.component.impl
 
fr.umlv.corosol.component.instruction - package fr.umlv.corosol.component.instruction
 
fr.umlv.corosol.component.instruction.impl - package fr.umlv.corosol.component.instruction.impl
 
fr.umlv.corosol.component.proxy - package fr.umlv.corosol.component.proxy
 
fr.umlv.corosol.component.proxy.impl - package fr.umlv.corosol.component.proxy.impl
 
fr.umlv.corosol.memory - package fr.umlv.corosol.memory
 
fr.umlv.corosol.repository - package fr.umlv.corosol.repository
 
fr.umlv.corosol.repository.impl - package fr.umlv.corosol.repository.impl
 
FREM - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The frem instruction opcode.
FRem - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the frem instruction.
FRem() - Constructor for class fr.umlv.corosol.component.instruction.impl.FRem
Creates a new FRem object.
FREM - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The frem opcode.
FRETURN - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The freturn instruction opcode.
FReturn - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the freturn instruction.
FReturn() - Constructor for class fr.umlv.corosol.component.instruction.impl.FReturn
Creates a new FReturn object.
FRETURN - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The freturn opcode.
FSTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fstore instruction opcode.
FStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fstore instruction.
FStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.FStore
Creates a new FStore object.
FSTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fstore opcode.
FSTORE_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fstore_0 instruction opcode.
FStore_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fstore_0 instruction.
FStore_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.FStore_0
Creates a new FStore_0 object.
FSTORE_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fstore_0 opcode.
FSTORE_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fstore_1 instruction opcode.
FStore_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fstore_1 instruction.
FStore_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.FStore_1
Creates a new FStore_1 object.
FSTORE_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fstore_1 opcode.
FSTORE_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fstore_2 instruction opcode.
FStore_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fstore_2 instruction.
FStore_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.FStore_2
Creates a new FStore_2 object.
FSTORE_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fstore_2 opcode.
FSTORE_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fstore_3 instruction opcode.
FStore_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fstore_3 instruction.
FStore_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.FStore_3
Creates a new FStore_3 object.
FSTORE_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fstore_3 opcode.
FSUB - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The fsub instruction opcode.
FSub - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the fsub instruction.
FSub() - Constructor for class fr.umlv.corosol.component.instruction.impl.FSub
Creates a new FSub object.
FSUB - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The fsub opcode.

G

get(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns the value of the field represented by this Field, on the specified object.
get(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Returns the value of the field represented by this Field, on the specified object.
get(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the object field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getAccessFlags() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the mask of flags used to denote access permissions to and properties of the class or interface represented by this JClassFile object.
getAccessFlags() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the mask of flags used to denote access permissions to and properties of the class or interface represented by this JClassFile object.
getAccessFlags() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns the mask of flags used to denote access permission to and properties of this class member.
getAccessFlags() - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns the mask of flags used to denote access permission to and properties of this class member.
getArrayLayout(JClass) - Method in class fr.umlv.corosol.component.impl.DefaultJLayoutFactory
Returns the layout of all arrays of the specified component type.
getArrayLayout(JClass) - Method in interface fr.umlv.corosol.component.JLayoutFactory
Returns the layout of an array of the specified component type into the Corosol JVM heap.
getAttribute(String) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns the attribute whose name is specified.
getAttribute(String) - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns the attribute whose name is specified.
getAttributes() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns an array of attributes associated with this Code attribute.
getAttributes() - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Returns an array of optional attributes associated with this Code attribute.
getAttributes() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns an array of attributes of this class file.
getAttributes() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns an array of attributes of this class file.
getAttributes() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns an array of attributes of this class member.
getAttributes() - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns the array of attributes of this class member.
getBoolean(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the boolean value stored at the specified index.
getBoolean(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the boolean value of the specified field.
getBoolean(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance boolean field.
getBoolean(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the boolean value stored at the specified index.
getBoolean(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the boolean value of the specified field.
getBoolean(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the boolean value stored at the specified index.
getBoolean(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the boolean value of the specified field.
getBoolean(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance boolean field.
getBoolean(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the boolean field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getByte(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the byte value stored at the specified index.
getByte(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the byte value of the specified field.
getByte(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance byte field.
getByte(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the byte value stored at the specified index.
getByte(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the byte value of the specified field.
getByte(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the byte value stored at the specified index.
getByte(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the byte value of the specified field.
getByte(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance byte field.
getByte(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the byte field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getByteCode() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns the bytes code of a method.
getByteCode() - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Returns the bytecode of a method.
getBytecode() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns an array of bytes containg the byte code of the constructor represented by this JConstructor object.
getBytecode() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns an array of bytes containg the byte code of the method represented by this JMethod object.
getBytecode() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns an array of bytes containg the byte code of the method or the constructor represented by this JClassMethod object.
getCatchType() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Returns the name of the class of exceptions that a method is designated to catch.
getCatchType() - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Returns the name of the class of exceptions that a method is designated to catch.
getCatchTypeIndex() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Returns an index into the constant pool indicating a class of exceptions that this exception handler is designated to catch.
getCatchTypeIndex() - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Returns an index into the constant pool indicating a class of exceptions that this exception handler is designated to catch.
getChar(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the char value stored at the specified index.
getChar(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the char value of the specified field.
getChar(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance char field.
getChar(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the char value stored at the specified index.
getChar(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the char value of the specified field.
getChar(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the char value stored at the specified index.
getChar(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the char value of the specified field.
getChar(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance char field.
getChar(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the char field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getClassIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Returns the index of a CONSTANT_Class_info entry representing a valid fully qualified class or interface name.
getClassIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Returns the index of a CONSTANT_Class_info entry representing a valid fully qualified interface name.
getClassIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Returns the index of a CONSTANT_Class_info entry representing a valid fully qualified class name.
getClassIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
Returns the index of a CONSTANT_Class_info entry representing a valid fully qualified class or interface name.
getClassIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
Returns the index of a CONSTANT_Class_info entry representing a valid fully qualified interface name.
getClassIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
Returns the index of a CONSTANT_Class_info entry representing a valid fully qualified class name.
getClassLayout(JClass) - Method in class fr.umlv.corosol.component.impl.DefaultJLayoutFactory
Returns the layout of an array of the specified component type into the Corosol JVM heap.
getClassLayout(JClass) - Method in interface fr.umlv.corosol.component.JLayoutFactory
Returns the layout of a class instance of the specified type into the Corosol JVM heap.
getClassLoader() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the class loader of the class represented by this JClass object.
getClassLoader() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the class loader of the class represented by this JClass object.
getClassLoader() - Method in interface fr.umlv.corosol.component.JClass
Returns the class loader of the class represented by this JClass object.
getClassLoader() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns the class loader of the class represented by this JClass object.
getClassName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
Returns the fully qualified class or interface name.
getClassName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Returns the fully qualified class or interface name.
getClassName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Returns the fully qualified interface name of a method
getClassName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Returns the fully qualified class name of a method.
getClassName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantClass
Returns the fully qualified class or interface name.
getClassName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
Returns the fully qualified class or interface name.
getClassName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
Returns the fully qualified interface name of a method.
getClassName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
Returns the fully qualified class name of a method.
getComponent(Class) - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Returns the JVM component of the specified type.
getComponent(Class) - Method in interface fr.umlv.corosol.component.JVirtualMachine
Returns the JVM component of the specified type.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJFieldLookup
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJLayoutFactory
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJMethodInvoker
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJMethodLookup
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.AbstractJInstruction
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AConst_Null
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ANewArray
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AReturn
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ArrayLength
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.AThrow
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.BALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.BAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.BIPush
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.CALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.CAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.CheckCast
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.D2F
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.D2I
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.D2L
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DAdd
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpG
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpL
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DDiv
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJInstructionFactory
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DMul
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DNeg
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DRem
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DReturn
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.DSub
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Dup
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.F2D
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.F2I
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.F2L
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FAdd
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpG
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpL
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FDiv
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FMul
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FNeg
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FRem
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FReturn
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.FSub
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.GetField
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.GetStatic
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Goto
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Goto_W
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.I2B
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.I2C
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.I2D
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.I2F
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.I2L
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.I2S
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IAdd
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IAND
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_4
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_5
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_M1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IDiv
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfEq
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfGE
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfGT
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGE
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGT
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfLE
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfLT
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfNE
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfNonNull
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IfNull
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IInc
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IMul
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.INeg
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.InstanceOf
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeSpecial
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeStatic
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeVirtual
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IOR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IRem
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IReturn
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IShL
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IShR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.ISub
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IUShR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.IXOR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.JDK1_5New
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.JSR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.JSR_W
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.L2D
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.L2F
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.L2I
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LAdd
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LAND
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LCmp
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LConst_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LConst_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LdC
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LdC2_W
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LdC_W
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LDiv
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LMul
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LNeg
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LookupSwitch
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LOR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LRem
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LReturn
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LShL
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LShR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_0
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_1
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_3
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LSub
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LUShR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.LXOR
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.MonitorEnter
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.MonitorExit
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.New
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.NewArray
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.NOp
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Pop
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Pop2
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.PutField
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.PutStatic
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Ret
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Return
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.SALoad
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.SAStore
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.SIPush
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Swap
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.TableSwitch
Returns the class object describing this component.
getComponentClass() - Method in class fr.umlv.corosol.component.instruction.impl.Wide
Returns the class object describing this component.
getComponentClass() - Method in interface fr.umlv.corosol.component.JVMComponent
Returns the class object describing this component.
getComponents() - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Returns an array containing all the JVM components.
getComponents() - Method in interface fr.umlv.corosol.component.JVirtualMachine
Returns an array containing all the JVM components.
getComponentSize() - Method in interface fr.umlv.corosol.component.JArrayLayout
Returns the number of bytes necessary to allocate an entry of a array into the heap associated with this layout.
getComponentType() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the component type of this array.
getComponentType() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the JClass representing the component type of an array.
getComponentType() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the JClass representing the component type of an array.
getComponentType() - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the component type of this array.
getComponentType() - Method in interface fr.umlv.corosol.component.JArray
Returns the component type of this array.
getComponentType() - Method in interface fr.umlv.corosol.component.JArrayLayout
Returns the component type of the arrays associated whis this layout manager.
getComponentType() - Method in interface fr.umlv.corosol.component.JClass
Returns the JClass representing the component type of an array.
getComponentType() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns the JClass representing the component type of an array.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.BooleanClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.ByteClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.CharClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.DoubleClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.FloatClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.IntClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.LongClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.ShortClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in class fr.umlv.corosol.component.impl.VoidClass
Returns the number representing the computational type category of this class.
getComputationalType() - Method in interface fr.umlv.corosol.component.JClass
Returns the number representing the computational type category of this class.
getConstant() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJConstantValueAttribute
Returns the JConstant object which contains the value of a static field.
getConstant() - Method in interface fr.umlv.corosol.classfile.attribute.JConstantValueAttribute
Returns the JConstant object which contains the value of a static field.
getConstant(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Returns the entry at the specified position in this constant pool.
getConstant(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Returns the entry at the specified position in this constant pool.
getConstantPool() - Method in class fr.umlv.corosol.classfile.attribute.impl.AbstractJAttribute
Returns the constant pool of this classfile attribute.
getConstantPool() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Returns the constant pool of this classfile item.
getConstantPool() - Method in class fr.umlv.corosol.classfile.constant.impl.AbstractJConstant
Returns the constant pool of this constant pool entry.
getConstantPool() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Returns the constant pool of this classfile item.
getConstantPool() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the constant pool of the class represented by this JClassFile object.
getConstantPool() - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileInputStream
Returns the constant pool created by this classfile reader.
getConstantPool() - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileOutputStream
Returns the constant pool used by this classfile writer.
getConstantPool() - Method in interface fr.umlv.corosol.classfile.io.JClassFileInput
Returns the constant pool created by this classfile reader.
getConstantPool() - Method in interface fr.umlv.corosol.classfile.io.JClassFileOutput
Returns the constant pool used by this classfile writer.
getConstantPool() - Method in interface fr.umlv.corosol.classfile.JClassFileItem
Returns the constant pool of this classfile item.
getConstantPool() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns the constant pool of this classfile item.
getConstantPool() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the constant pool of the class;
getConstantPool() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the constant pool of the class;
getConstantPool() - Method in interface fr.umlv.corosol.component.JClass
Returns the constant pool of the class;
getConstantPool() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns the constant pool of the class;
getConstants() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Returns an array containing all the constant pool entries.
getConstants() - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Returns an array containing all the constant pool entries.
getCorosolProperty(String) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Gets the Corosol property indicated by the specified key.
getCorosolProperty(String) - Method in class fr.umlv.corosol.repository.JImplementationRepository
Gets the Corosol property indicated by the specified key.
getCurrentClass() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns the class of the method being executed.
getCurrentClass() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns the class of the method being executed.
getCurrentClass() - Method in interface fr.umlv.corosol.component.JThread
Returns the class of the method being executed.
getCurrentFrame() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns the current frame of the current method.
getCurrentFrame() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns the current frame of the current method.
getCurrentFrame() - Method in interface fr.umlv.corosol.component.JThread
Returns the current frame of the current method.
getCurrentMethod() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns the method being executed.
getCurrentMethod() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns the method being executed.
getCurrentMethod() - Method in interface fr.umlv.corosol.component.JThread
Returns the method being executed.
getCurrentSize() - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the current size of this frame.
getCurrentThread() - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Returns the current executing thread.
getCurrentThread() - Method in interface fr.umlv.corosol.component.JScheduler
Returns the current executing thread.
getDeclaredConstructor(String) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the constructor with the specified descriptor.
getDeclaredConstructor(String) - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the constructor with the specified descriptor.
getDeclaredConstructors() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns an array of JClassMember object, corresponding to the constructors declared by the class defined by this class file.
getDeclaredConstructors() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns an array of JClassMember object, corresponding to the constructors declared by the class defined by this class file.
getDeclaredConstructors() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns an array of JConstructor objects reflecting all the constructors declared by the class represented by this JClass object.
getDeclaredConstructors() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns an array of JConstructor objects reflecting all the constructors declared by the class represented by this JClass object.
getDeclaredConstructors() - Method in interface fr.umlv.corosol.component.JClass
Returns an array of JConstructor objects reflecting all the constructors declared by the class represented by this JClass object.
getDeclaredConstructors() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns an array of JConstructor objects reflecting all the constructors declared by the class represented by this JClass object.
getDeclaredField(String) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the field with the specified name.
getDeclaredField(String) - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the field with the specified name.
getDeclaredField(String) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns a JField object that reflects the specified declared field of the class or interface represented by this JClass object.
getDeclaredField(String) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns a JField object that reflects the specified declared field of the class or interface represented by this JClass object.
getDeclaredField(String) - Method in interface fr.umlv.corosol.component.JClass
Returns a JField object that reflects the specified declared field of the class or interface represented by this JClass object.
getDeclaredField(String) - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns a JField object that reflects the specified declared field of the class or interface represented by this JClass object.
getDeclaredFields() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns an array of JClassMember object, corresponding to the fields declared by the class defined by this class file.
getDeclaredFields() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns an array of JClassMember object, corresponding to the fields declared by the class defined by this class file.
getDeclaredFields() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns an array of JField objects reflecting all the fields declared by the class or interface represented by this JClass object.
getDeclaredFields() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns an array of JField objects reflecting all the fields declared by the class or interface represented by this JClass object.
getDeclaredFields() - Method in interface fr.umlv.corosol.component.JClass
Returns an array of JField objects reflecting all the fields declared by the class or interface represented by this JClass object.
getDeclaredFields() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns an array of JField objects reflecting all the fields declared by the class or interface represented by this JClass object.
getDeclaredMethod(String, String) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the method with the specified name and descriptor.
getDeclaredMethod(String, String) - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the method with the specified name and descriptor.
getDeclaredMethods() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns an array of JClassMember object, corresponding to the methods declared by the class defined by this class file.
getDeclaredMethods() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns an array of JClassMember object, corresponding to the methods declared by the class defined by this class file.
getDeclaredMethods() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns an array of JMethod objects reflecting all the methods declared by the class or interface represented by this JClass object.
getDeclaredMethods() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns an array of JMethod objects reflecting all the methods declared by the class or interface represented by this JClass object.
getDeclaredMethods() - Method in interface fr.umlv.corosol.component.JClass
Returns an array of JMethod objects reflecting all the methods declared by the class or interface represented by this JClass object.
getDeclaredMethods() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns an array of JMethod objects reflecting all the methods declared by the class or interface represented by this JClass object.
getDeclaringClass() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns the JClass object representing the class that declares the constructor represented by this JConstructor object.
getDeclaringClass() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns the JClass object representing the class or interface that declares the field represented by this JField object.
getDeclaringClass() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns the JClass object representing the class or interface that declares the method represented by this JMethod object.
getDeclaringClass() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns the JClass object representing the class or interface that declares the method or the constructor represented by this JClassMethod object.
getDeclaringClass() - Method in interface fr.umlv.corosol.component.JField
Returns the JClass object representing the class or interface that declares the field represented by this JField object.
getDescriptor() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Returns a field descriptor.
getDescriptor() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Returns a method descriptor.
getDescriptor() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Returns a method descriptor.
getDescriptor() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Returns a field or method descriptor.
getDescriptor() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
Returns a field descriptor.
getDescriptor() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
Returns a method descriptor.
getDescriptor() - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
Returns a method descriptor.
getDescriptor() - Method in interface fr.umlv.corosol.classfile.constant.JConstantNameAndType
Returns a field or method descriptor.
getDescriptor() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns the descriptor of this class member.
getDescriptor() - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns the descriptor of this class member.
getDescriptor() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns the descriptor of the constructor represented by this JConstructor object, as a String.
getDescriptor() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns the descriptor of the field represented by this JField object, as a String.
getDescriptor() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns the descriptor of the method represented by this JMethod object, as a String.
getDescriptor() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns the descriptor of the method or the constructor represented by this JClassMethod object, as a String.
getDescriptor() - Method in interface fr.umlv.corosol.component.JField
Returns the descriptor of the field represented by this JField object, as a String.
getDescriptorIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Returns the index of a CONSTANT_Utf8_info entry representing a field or method descriptor.
getDescriptorIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantNameAndType
Returns the index of a CONSTANT_Utf8_info entry representing a field or method descriptor.
getDescriptorIndex() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns the index of the CONSTANT_Utf8_info constant pool entry, representing the descriptor of this class member.
getDescriptorIndex() - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns the index of the CONSTANT_Utf8_info constant pool entry, representing the descriptor of this class member.
getDouble(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the double value stored at the specified index.
getDouble(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the double value of the specified field.
getDouble(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance double field.
getDouble(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the double value stored at the specified index.
getDouble(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the double value of the specified field.
getDouble(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the double value stored at the specified index.
getDouble(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the double value of the specified field.
getDouble(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance double field.
getDouble(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the double field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getDoubleValue() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Returns the value stored in this constant pool entry.
getDoubleValue() - Method in interface fr.umlv.corosol.classfile.constant.JConstantDouble
Returns the double value stored in this constant pool entry.
getEndPC() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Returns the end position in the byte code array at which the exception handler is active.
getEndPC() - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Returns the end position in the byte code array at which the exception handler is active.
getExceptionHandlers() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns an array containg the exception handlers in the byte code array of a method.
getExceptionHandlers() - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Returns an array containg the exception handlers in the byte code array of a method.
getExceptionNames() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
Returns the names of the checked exceptions a method may throw.
getExceptionNames() - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionsAttribute
Returns the names of the checked exceptions a method may throw.
getExceptionTypes() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns an array of JClass objects that represent the types of the exceptions declared to be thrown by the underlying constructor represented by this JConstructor object.
getExceptionTypes() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns an array of JClass objects that represent the types of the exceptions declared to be thrown by the underlying method represented by this JMethod object.
getExceptionTypes() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns an array of JClass objects that represent the types of the exceptions declared to be thrown by the underlying method represented by this JClassMethod object.
GETFIELD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The getfield instruction opcode.
GetField - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the getfield instruction.
GetField() - Constructor for class fr.umlv.corosol.component.instruction.impl.GetField
Creates a new GetField object.
GETFIELD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The getfield opcode.
getFloat(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the float value stored at the specified index.
getFloat(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the float value of the specified field.
getFloat(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance float field.
getFloat(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the float value stored at the specified index.
getFloat(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the float value of the specified field.
getFloat(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the float value stored at the specified index.
getFloat(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the float value of the specified field.
getFloat(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance float field.
getFloat(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the float field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getFloatValue() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Returns the value stored in this constant pool entry.
getFloatValue() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFloat
Returns the float value stored in this constant pool entry.
getHandlerPC() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Returns the start of this exception handler into the byte code array.
getHandlerPC() - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Returns the start of this exception handler into the byte code array.
getHeap() - Method in interface fr.umlv.corosol.component.JLayout
Returns the heap associated with this layout manager.
getInstance() - Static method in class fr.umlv.corosol.repository.JImplementationRepository
Returns the unique instance of this class initialized by reading the file defined by the corosol.properties environment variable value.
getInstanceSize() - Method in interface fr.umlv.corosol.component.JClassLayout
Returns the number of bytes necessary to allocate a class instance into the heap associated with this layout.
getInstanceType() - Method in interface fr.umlv.corosol.component.JClassLayout
Returns the type of the instances associated whis this layout manager.
getInt(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the int value stored at the specified index.
getInt(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the int value of the specified field.
getInt(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance int field.
getInt(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the int value stored at the specified index.
getInt(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the int value of the specified field.
getInt(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the int value stored at the specified index.
getInt(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the int value of the specified field.
getInt(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance int field.
getInt(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the int field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getInterfaceIndex() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns an array containing index of constant pool entry describing a super interface of the class defined by this class file.
getInterfaceIndex() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns an array containing index of constant pool entry describing a super interface of the class defined by this class file.
getInterfaceNames() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns an array of String object, corresponding to the name of super interface of the class defined by this class file.
getInterfaceNames() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns an array of String object, corresponding to the name of super interface of the class defined by this class file.
getInterfaces() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines the interfaces implemented by the class or interface represented by this object.
getInterfaces() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines the interfaces implemented by the class or interface represented by this object.
getInterfaces() - Method in interface fr.umlv.corosol.component.JClass
Determines the interfaces implemented by the class or interface represented by this object.
getInterfaces() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines the interfaces implemented by the class or interface represented by this object.
getIntValue() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
Returns the value stored in this constant pool entry.
getIntValue() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInteger
Returns the int value stored in this constant pool entry.
getJavaStack() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns the Java Stack of this thread.
getJavaStack() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns the Java Stack of this thread.
getJavaStack() - Method in interface fr.umlv.corosol.component.JThread
Returns the Java Stack of this thread.
getLength() - Method in class fr.umlv.corosol.classfile.constant.impl.AbstractJConstant
Returns the number of entries occupied by this entry in its constant pool.
getLength() - Method in interface fr.umlv.corosol.classfile.constant.JConstant
Returns the number of entries occupied by this entry in its constant pool.
getLong(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the long value stored at the specified index.
getLong(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the long value of the specified field.
getLong(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance long field.
getLong(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the long value stored at the specified index.
getLong(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the long value of the specified field.
getLong(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the long value stored at the specified index.
getLong(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the long value of the specified field.
getLong(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance long field.
getLong(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the long field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getLongValue() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Returns the value stored in this constant pool entry.
getLongValue() - Method in interface fr.umlv.corosol.classfile.constant.JConstantLong
Returns the long value stored in this constant pool entry.
getMajorVersion() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the major version of the classfile.
getMajorVersion() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the major version of the classfile.
getMaxLocals() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns the number of local variables in the local variable array allocated upon invocation of a method, including the local variables used to pass parameters to this method on its invocation.
getMaxLocals() - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Returns the number of local variables in the local variable array allocated upon invocation of a method, including the local variables used to pass parameters to this method on its invocation.
getMaxLocals() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns the number of local variables in the local variable array allocated upon invocation of this constructor, including the local variables used to pass parameters to this constructor on its invocation.
getMaxLocals() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns the number of local variables in the local variable array allocated upon invocation of this method, including the local variables used to pass parameters to this method on its invocation.
getMaxLocals() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns the number of local variables in the local variable array allocated upon invocation of this method, including the local variables used to pass parameters to this method on its invocation.
getMaxLocals() - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the maximum capacity of the local variable array of this frame.
getMaxStack() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns the maximum depth of the operand stack at any point during execution of a method.
getMaxStack() - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Returns the maximum depth of the operand stack at any point during execution of a method.
getMaxStack() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns the maximum depth of the operand stack of a frame at any point during execution of this constructor.
getMaxStack() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns the maximum depth of the operand stack of a frame at any point during execution of this method.
getMaxStack() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns the maximum depth of the operand stack of a frame at any point during execution of this method.
getMaxStack() - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the maximum capacity of the operand stack of this frame.
getMinorVersion() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the minor version of the classfile.
getMinorVersion() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the minor version of the classfile.
getMnemonic() - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Returns the mnemonic of the next instruction opcode read from this bytecode parser.
getMnemonic() - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Returns the mnemonic of the next instruction opcode read from this bytecode parser.
getModifiers() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns the Java language modifiers for the constructor represented by this JConstructor object, as an integer.
getModifiers() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns the Java language modifiers for the field represented by this JField object, as an integer.
getModifiers() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns the Java language modifiers for the method represented by this JMethod object, as an integer.
getModifiers() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - Method in interface fr.umlv.corosol.component.JClass
Returns the Java language modifiers for this class or interface, encoded in an integer.
getModifiers() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns the Java language modifiers for the method or the constructor represented by this JClassMethod object, as an integer.
getModifiers() - Method in interface fr.umlv.corosol.component.JField
Returns the Java language modifiers for the field represented by this JField object, as an integer.
getModifiers() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns the Java language modifiers for this class or interface, encoded in an integer.
getName() - Method in class fr.umlv.corosol.classfile.attribute.impl.AbstractJAttribute
Returns the attribute name.
getName() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns the attribute name.
getName() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJConstantValueAttribute
Returns the attribute name.
getName() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
Returns the attribute name.
getName() - Method in interface fr.umlv.corosol.classfile.attribute.JAttribute
Returns the attribute name.
getName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Returns a field name.
getName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Returns a method name.
getName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Returns a method name.
getName() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Retourne a field or method name.
getName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
Returns a field name.
getName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
Returns a method name.
getName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
Returns a method name.
getName() - Method in interface fr.umlv.corosol.classfile.constant.JConstantNameAndType
Returns a field or method name.
getName() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the name of the class represented by this class file.
getName() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the name of the class represented by this class file.
getName() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns the name of this class member.
getName() - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns the name of this class member.
getName() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this JClass object, as a String.
getName() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns the name of this constructor, as a string.
getName() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns the name of the field represented by this JField object.
getName() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns the name of the method represented by this JMethod object, as a String.
getName() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this JClass object, as a String.
getName() - Method in interface fr.umlv.corosol.component.JClass
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this JClass object, as a String.
getName() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns the name of the method or the constructor represented by this JClassMethod object, as a String.
getName() - Method in interface fr.umlv.corosol.component.JField
Returns the name of the field represented by this JField object.
getName() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this JClass object, as a String.
getNameAndTypeIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Returns the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of a field.
getNameAndTypeIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Returns the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of an interface method.
getNameAndTypeIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Returns the index of a CONSTANT_Class_info entry representing the name and the descriptor of a method.
getNameAndTypeIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
Returns the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of a field.
getNameAndTypeIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
Returns the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of an interface method.
getNameAndTypeIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
Returns the index of a CONSTANT_Class_info entry representing the name and the descriptor of a method.
getNameIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
Returns the index of a CONSTANT_Utf8_info entry representing a valid fully qualified class or interface name.
getNameIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Returns the index of a CONSTANT_Utf8_info entry representing a field or method name.
getNameIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantClass
Returns the index of a CONSTANT_Utf8_info entry representing a valid fully qualified class or interface name.
getNameIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantNameAndType
Returns the index of a CONSTANT_Utf8_info entry representing a field or method name.
getNameIndex() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns the index of the CONSTANT_Utf8_info constant pool entry, representing the name of this class member.
getNameIndex() - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns the index of the CONSTANT_Utf8_info constant pool entry, representing the name of this class member.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.BooleanClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.ByteClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.CharClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.DoubleClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.FloatClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.IntClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.JDK1_5JArrayClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.JDK1_5JClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.LongClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.ShortClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in class fr.umlv.corosol.component.impl.VoidClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeClass() - Method in interface fr.umlv.corosol.component.JClass
Returns the java.lang.Class object equivalent to this JClass object.
getNativeConstructor() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns the java.lang.reflect.Constructor object equivalent to this JConstructor object.
getNativeConstructor() - Method in interface fr.umlv.corosol.component.JConstructor
Returns the java.lang.reflect.Constructor object equivalent to this JConstructor object.
getNativeField() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns the java.lang.reflect.Field object equivalent to this JField object.
getNativeField() - Method in interface fr.umlv.corosol.component.JField
Returns the java.lang.reflect.Field object equivalent to this JField object.
getNativeMethod() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns the java.lang.reflect.Method object equivalent to this JMethod object.
getNativeMethod() - Method in interface fr.umlv.corosol.component.JMethod
Returns the java.lang.reflect.Method object equivalent to this JMethod object.
getNativeObject() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns a proxy of the class instance represented by this JClassInstance object.
getNativeObject() - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns a proxy of the class instance represented by this DefaultJClassInstance object.
getNativeObject() - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.impl.StringInstance
Returns a proxy of the class instance represented by this JClassInstance object.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DAdd
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DALoad
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DAStore
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpG
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpL
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DDiv
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_3
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DMul
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DNeg
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DRem
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DReturn
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DStore
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_3
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.DSub
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.F2D
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.F2I
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.F2L
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FAdd
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FALoad
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FAStore
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpG
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpL
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FDiv
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_3
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FMul
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FNeg
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FRem
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FReturn
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FStore
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_3
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.FSub
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Goto_W
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.I2C
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.I2D
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.I2F
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.I2L
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.I2S
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IALoad
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IAStore
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_3
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_4
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_5
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_M1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IDiv
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfGE
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfGT
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IfLE
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_3
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IMul
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.INeg
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.InstanceOf
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IOR
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IRem
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IShL
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_0
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_1
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_3
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IUShR
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.IXOR
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.MonitorExit
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.NewArray
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Pop
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Pop2
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.PutStatic
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Ret
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Return
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.SAStore
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.SIPush
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.Swap
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.component.instruction.impl.TableSwitch
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in interface fr.umlv.corosol.component.JHeapObject
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNativeObject() - Method in class fr.umlv.corosol.repository.JImplementationRepository
Returns the object equivalent to this object but which belong to the underlaying Virtual Machine.
getNbParameters(String) - Static method in class fr.umlv.corosol.component.Descriptor
Returns the number of parameters (the long and the double parameter are considered like two parameters) of the method designed by the specified descriptor.
getObject(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the object whose the reference value is stored at the specified index.
getObject(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the object corresponding to the specified field.
getObject(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the object whose the reference value is stored at the specified index.
getObject(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the object corresponding to the specified field.
getObject(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the object whose the reference value is stored at the specified index.
getObject(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the object corresponding to the specified field.
getObject() - Method in interface fr.umlv.corosol.component.proxy.JProxy
Returns the object contained by this proxy.
getObjects() - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Returns an iterator over all the referenced objects.
getObjects() - Method in interface fr.umlv.corosol.component.JReferenceManager
Returns an iterator over all the referenced objects.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.AbstractJInstruction
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AConst_Null
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ANewArray
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AReturn
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ArrayLength
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.AThrow
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.BALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.BAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.BIPush
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.CALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.CAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.CheckCast
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.D2F
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.D2I
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.D2L
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DAdd
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpG
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpL
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DDiv
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DMul
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DNeg
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DRem
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DReturn
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.DSub
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Dup
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.F2D
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.F2I
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.F2L
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FAdd
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpG
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpL
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FDiv
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FMul
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FNeg
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FRem
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FReturn
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.FSub
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.GetField
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.GetStatic
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Goto
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Goto_W
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.I2B
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.I2C
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.I2D
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.I2F
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.I2L
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.I2S
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IAdd
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IAND
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_4
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_5
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_M1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IDiv
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfEq
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfGE
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfGT
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGE
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGT
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfLE
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfLT
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfNE
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfNonNull
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IfNull
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IInc
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IMul
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.INeg
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.InstanceOf
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeSpecial
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeStatic
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeVirtual
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IOR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IRem
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IReturn
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IShL
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IShR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.ISub
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IUShR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.IXOR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.JDK1_5New
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.JSR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.JSR_W
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.L2D
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.L2F
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.L2I
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LAdd
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LAND
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LCmp
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LConst_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LConst_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LdC
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LdC2_W
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LdC_W
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LDiv
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LMul
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LNeg
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LookupSwitch
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LOR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LRem
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LReturn
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LShL
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LShR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_0
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_1
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_3
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LSub
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LUShR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.LXOR
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.MonitorEnter
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.MonitorExit
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.New
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.NewArray
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.NOp
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Pop
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Pop2
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.PutField
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.PutStatic
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Ret
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Return
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.SALoad
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.SAStore
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.SIPush
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Swap
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.TableSwitch
Returns the opcode of this instruction.
getOpcode() - Method in class fr.umlv.corosol.component.instruction.impl.Wide
Returns the opcode of this instruction.
getOpcode() - Method in interface fr.umlv.corosol.component.instruction.JInstruction
Returns the opcode of this instruction.
getOpcodeCount() - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Calculates the number of times that this bytecode parser's nextOpcode method can be called before it generates an exception.
getOpcodeCount() - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Calculates the number of times that this bytecode parser's nextOpcode method can be called before it generates an exception.
getOperandCount() - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Returns the number of operands of the current instruction read with the nextOpcode method.
getOperandCount() - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Returns the number of operands of the current instruction read with the nextOpcode method.
getOperandInput() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns an input stream that reads the operands of the current bytecode instruction.
getOperandInput() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns an input stream that reads the operands of the current bytecode instruction.
getOperandInput() - Method in interface fr.umlv.corosol.component.JThread
Returns an input stream that reads the operands of the current bytecode instruction.
getParameterTypes() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns an array of JClass objects that represent the formal parameter types, in declaration order, of the constructor represented by this JConstructor object.
getParameterTypes() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns an array of JClass objects that represent the formal parameter types, in declaration order, of the method represented by this JMethod object.
getParameterTypes() - Method in interface fr.umlv.corosol.component.JClassMethod
Returns an array of JClass objects that represent the formal parameter types, in declaration order, of the method or the constructor represented by this JClassMethod object.
getPC() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns the program counter value.
getPC() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns the program counter value.
getPC() - Method in interface fr.umlv.corosol.component.JReturnAddress
Returns the program counter value of the instruction pointed at the return address represented by this JReturnAddress object.
getPC() - Method in interface fr.umlv.corosol.component.JThread
Returns the program counter value.
getPosition() - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Returns the current opcode position in the bytecodes flow.
getPosition() - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Returns the current opcode position in the bytecodes flow.
getPosition() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the position of the first byte of the memory allocated for the array representing by this JArray object into the Corosol heap memory.
getPosition() - Method in class fr.umlv.corosol.component.impl.DefaultJavaStack
Returns the position of the first byte of the memory allocated for the Java stack representing by this JavaStack object into the Corosol heap memory.
getPosition() - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the position of the first byte of the memory allocated for the object representing by this JClassInstance object into the Corosol heap memory.
getPosition() - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the position of the first byte of the memory allocated for the object representing by this JClassInstance object into the Corosol heap memory.
getPosition() - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the position of the first byte of the memory allocated for the object representing by this JClassInstance object into the Corosol heap memory.
getPosition() - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
Returns the position of the first byte of the memory allocated for the Java stack representing by this JavaStack object into the Corosol heap memory.
getPosition() - Method in interface fr.umlv.corosol.component.JAllocatable
Returns the position of the first byte of the memory allocated for the object representing by this JAllocatable object into the Corosol heap memory.
getPosition(int) - Method in interface fr.umlv.corosol.component.JArrayLayout
Returns the starting position of a specified entry index into the memory allocated for an array.
getPosition(JField) - Method in interface fr.umlv.corosol.component.JClassLayout
Returns the specified field position into the memory allocated for the all class instances associated with this layout.
getPriority() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns this thread's priority.
getPriority() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns this thread's priority.
getPriority() - Method in interface fr.umlv.corosol.component.JThread
Returns this thread's priority.
getReferenceManager() - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Returns the reference manager that collaborates with this heap.
getReferenceManager() - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Returns the reference manager that collaborates with this heap.
getReferenceManager() - Method in interface fr.umlv.corosol.component.JHeap
Returns the reference manager that collaborates with this heap.
getResolvedField() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
 
getResolvedField() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
 
getResolvedMethod() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
 
getResolvedMethod() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
 
getResolvedMethod() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
 
getResolvedMethod() - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
 
getReturnType() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns a JClass object that represents the formal return type of the method represented by this JMethod object.
getReturnType() - Method in interface fr.umlv.corosol.component.JMethod
Returns a JClass object that represents the formal return type of the method represented by this JClassMethod object.
getShort(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the short value stored at the specified index.
getShort(JField) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the short value of the specified field.
getShort(JClassInstance) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Gets the value of a static or instance short field.
getShort(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the short value stored at the specified index.
getShort(JField) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the short value of the specified field.
getShort(int) - Method in interface fr.umlv.corosol.component.JArray
Returns the short value stored at the specified index.
getShort(JField) - Method in interface fr.umlv.corosol.component.JClassInstance
Returns the short value of the specified field.
getShort(JClassInstance) - Method in interface fr.umlv.corosol.component.JField
Gets the value of a static or instance short field.
getShort(JProxy, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Returns the short field value of the class instance allocated in the Corosol JVM heap and nested by the specified proxy object.
getSize() - Method in class fr.umlv.corosol.classfile.attribute.impl.AbstractJAttribute
Returns the size of the attribute in bytes.
getSize() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns the size of the attribute in bytes.
getSize() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJConstantValueAttribute
Returns the size of the attribute in bytes.
getSize() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
Returns the size of the attribute in bytes.
getSize() - Method in class fr.umlv.corosol.classfile.attribute.impl.JUnknownAttribute
Returns the size of the attribute in bytes.
getSize() - Method in interface fr.umlv.corosol.classfile.attribute.JAttribute
Returns the size of the attribute in bytes.
getSize() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the size in bytes of this object into the Corosol memory heap.
getSize() - Method in class fr.umlv.corosol.component.impl.DefaultJavaStack
Returns the size in bytes of this object into the Corosol memory heap.
getSize() - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the size in bytes of this object into the Corosol memory heap.
getSize() - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the size in bytes of this object into the Corosol memory heap.
getSize() - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the size in bytes of this object into the Corosol memory heap.
getSize() - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
Returns the size in bytes of this object into the Corosol memory heap.
getSize() - Method in interface fr.umlv.corosol.component.JAllocatable
Returns the size in bytes of this object into the Corosol memory heap.
getStartPC() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Returns the start position in the byte code array at which the exception handler is active.
getStartPC() - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Returns the start position in the byte code array at which the exception handler is active.
GETSTATIC - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The getstatic instruction opcode.
GetStatic - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the getstatic instruction.
GetStatic() - Constructor for class fr.umlv.corosol.component.instruction.impl.GetStatic
Creates a new GetStatic object.
GETSTATIC - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The getstatic opcode.
getString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Returns the String object represented by this constant pool entry.
getString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantUtf8
Returns the String object representing the Utf8 character sequence of this entry.
getString() - Method in interface fr.umlv.corosol.classfile.constant.JConstantString
Returns the String object designed by this constant pool entry.
getString() - Method in interface fr.umlv.corosol.classfile.constant.JConstantUtf8
Returns the String object representing the Utf8 character sequence of this entry.
getStringIndex() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Returns the index of a CONSTANT_Utf8_info entry representing the sequence of characters which will be initialized a String object.
getStringIndex() - Method in interface fr.umlv.corosol.classfile.constant.JConstantString
Returns the index of a CONSTANT_Utf8_info entry representing the sequence of characters which will initialize a String object.
getSuperclass() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the JClass representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperclass() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the JClass representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperclass() - Method in interface fr.umlv.corosol.component.JClass
Returns the JClass representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperclass() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Returns the JClass representing the superclass of the entity (class, interface, primitive type or void) represented by this Class.
getSuperclassIndex() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the index into a CONSTANT_Class_info constant pool entry representing the superclass of the class defined by this class file.
getSuperclassIndex() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the index into a CONSTANT_Class_info constant pool entry representing the superclass of the class defined by this class file.
getSuperclassName() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the name of the superclass of the class represented by this class file.
getSuperclassName() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the name of the superclass of the class represented by this class file.
getTag() - Method in class fr.umlv.corosol.classfile.constant.impl.AbstractJConstant
Returns the tag of this constant pool entry.
getTag() - Method in interface fr.umlv.corosol.classfile.constant.JConstant
Returns the tag of this constant pool entry.
getThisClassIndex() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns the index of the CONSTANT_Class_info constant pool entry representing the class or interface defined by this class file.
getThisClassIndex() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns the index of the CONSTANT_Class_info constant pool entry representing the class or interface defined by this class file.
getThreads() - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Returns all the active threads managed by this scheduler.
getThreads() - Method in interface fr.umlv.corosol.component.JScheduler
Returns all the active threads managed by this scheduler.
getType() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the dynamic type of the array represented by the DefaultJArray object.
getType() - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns the dynamic type of the class instance represented by this DefaultJClassInstance object.
getType() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns a JClass object that identifies the declared type for the field represented by this JField object.
getType() - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the dynamic type of this array.
getType() - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns the class of this instance.
getType() - Method in interface fr.umlv.corosol.component.JField
Returns a JClass object that identifies the declared type for the field represented by this JField object.
getType() - Method in interface fr.umlv.corosol.component.JHeapObject
Returns a JClass object representing the type of this heap object.
getVirtualMachine() - Static method in class fr.umlv.corosol.Corosol
Returns the Virtual Machine.
GOTO - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The goto instruction opcode.
Goto - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the goto instruction.
Goto() - Constructor for class fr.umlv.corosol.component.instruction.impl.Goto
Creates a new Goto object.
GOTO - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The goto opcode.
GOTO_W - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The goto_w instruction opcode.
Goto_W - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the goto_w instruction.
Goto_W() - Constructor for class fr.umlv.corosol.component.instruction.impl.Goto_W
Creates a new Goto_W object.
GOTO_W - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The goto_w opcode.

H

hasMoreInstructions() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Determines if there are instructions to execute.
hasMoreInstructions() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Determines if there are instructions to execute.
hasMoreInstructions() - Method in interface fr.umlv.corosol.component.JThread
Determines if there are instructions to execute.
hasMoreOpcode() - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Tests if there are more instruction opcode available from this bytecode parser.
hasMoreOpcode() - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Tests if there are more instruction opcode available from this bytecode parser.
hasNext() - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Determines if there is a thread to be managed by this scheduler.
hasNext() - Method in interface fr.umlv.corosol.component.JScheduler
Determines if there is a thread to be managed by this scheduler.

I

I2B - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The i2b instruction opcode.
I2B - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the i2b instruction.
I2B() - Constructor for class fr.umlv.corosol.component.instruction.impl.I2B
Creates a new I2B object.
I2B - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The i2b opcode.
I2C - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The i2c instruction opcode.
I2C - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the i2c instruction.
I2C() - Constructor for class fr.umlv.corosol.component.instruction.impl.I2C
Creates a new I2C object.
I2C - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The i2c opcode.
I2D - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The i2d instruction opcode.
I2D - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the i2d instruction.
I2D() - Constructor for class fr.umlv.corosol.component.instruction.impl.I2D
Creates a new I2D object.
I2D - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The i2d opcode.
I2F - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The i2f instruction opcode.
I2F - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the i2f instruction.
I2F() - Constructor for class fr.umlv.corosol.component.instruction.impl.I2F
Creates a new I2F object.
I2F - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The i2f opcode.
I2L - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The i2l instruction opcode.
I2L - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the i2l instruction.
I2L() - Constructor for class fr.umlv.corosol.component.instruction.impl.I2L
Creates a new I2L object.
I2L - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The i2l opcode.
I2S - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The i2s instruction opcode.
I2S - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the i2s instruction.
I2S() - Constructor for class fr.umlv.corosol.component.instruction.impl.I2S
Creates a new I2S object.
I2S - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The i2s opcode.
IADD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iadd instruction opcode.
IAdd - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iadd instruction.
IAdd() - Constructor for class fr.umlv.corosol.component.instruction.impl.IAdd
Creates a new IAdd object.
IADD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iadd opcode.
IALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iaload instruction opcode.
IALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iaload instruction.
IALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.IALoad
Creates a new IALoad object.
IALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iaload opcode.
IAND - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iand instruction opcode.
IAND - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iand instruction.
IAND() - Constructor for class fr.umlv.corosol.component.instruction.impl.IAND
Creates a new IAND object.
IAND - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iand opcode.
IASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iastore instruction opcode.
IAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iastore instruction.
IAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.IAStore
Creates a new IAStore object.
IASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iastore opcode.
ICONST_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iconst_0 instruction opcode.
IConst_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iconst_0 instruction.
IConst_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.IConst_0
Creates a new IConst_0 object.
ICONST_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iconst_0 opcode.
ICONST_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iconst_1 instruction opcode.
IConst_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iconst_1 instruction.
IConst_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.IConst_1
Creates a new IConst_1 object.
ICONST_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iconst_1 opcode.
ICONST_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iconst_2 instruction opcode.
IConst_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iconst_2 instruction.
IConst_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.IConst_2
Creates a new IConst_2 object.
ICONST_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iconst_2 opcode.
ICONST_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iconst_3 instruction opcode.
IConst_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iconst_3 instruction.
IConst_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.IConst_3
Creates a new IConst_3 object.
ICONST_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iconst_3 opcode.
ICONST_4 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iconst_4 instruction opcode.
IConst_4 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iconst_4 instruction.
IConst_4() - Constructor for class fr.umlv.corosol.component.instruction.impl.IConst_4
Creates a new IConst_4 object.
ICONST_4 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iconst_4 opcode.
ICONST_5 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iconst_5 instruction opcode.
IConst_5 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iconst_5 instruction.
IConst_5() - Constructor for class fr.umlv.corosol.component.instruction.impl.IConst_5
Creates a new IConst_5 object.
ICONST_5 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iconst_5 opcode.
ICONST_M1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iconst_m1 instruction opcode.
IConst_M1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iconst_m1 instruction.
IConst_M1() - Constructor for class fr.umlv.corosol.component.instruction.impl.IConst_M1
Creates a new IConst_M1 object.
ICONST_M1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iconst_m1 opcode.
IDIV - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The idiv instruction opcode.
IDiv - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the idiv instruction.
IDiv() - Constructor for class fr.umlv.corosol.component.instruction.impl.IDiv
Creates a new IDiv object.
IDIV - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The idiv opcode.
IF_ACMPEQ - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_acmpeq instruction opcode.
IF_ACMPEQ - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_acmpeq opcode.
IF_ACMPNE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_acmpne instruction opcode.
IF_ACMPNE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_acmpne opcode.
IF_ICMPEQ - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_icmpeq instruction opcode.
IF_ICMPEQ - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_icmpeq opcode.
IF_ICMPGE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_icmpge instruction opcode.
IF_ICMPGE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_icmpge opcode.
IF_ICMPGT - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_icmpgt instruction opcode.
IF_ICMPGT - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_icmpgt opcode.
IF_ICMPLE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_icmple instruction opcode.
IF_ICMPLE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_icmple opcode.
IF_ICMPLT - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_icmplt instruction opcode.
IF_ICMPLT - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_icmplt opcode.
IF_ICMPNE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The if_icmpne instruction opcode.
IF_ICMPNE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The if_icmpne opcode.
IfACmpEq - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_acmpeq instruction.
IfACmpEq() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Creates a new IfACmpEq object.
IfACmpNE - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_acmpne instruction.
IfACmpNE() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Creates a new IfACmpNE object.
IFEQ - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ifeq instruction opcode.
IfEq - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ifeq instruction.
IfEq() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfEq
Creates a new IfEq object.
IFEQ - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ifeq opcode.
IFGE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ifge instruction opcode.
IfGE - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ifge instruction.
IfGE() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfGE
Creates a new IfGE object.
IFGE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ifge opcode.
IFGT - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ifgt instruction opcode.
IfGT - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ifgt instruction.
IfGT() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfGT
Creates a new IfGT object.
IFGT - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ifgt opcode.
IfICmpEq - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_icmpeq instruction.
IfICmpEq() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Creates a new IfICmpEq object.
IfICmpGE - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_icmpge instruction.
IfICmpGE() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfICmpGE
Creates a new IfICmpGE object.
IfICmpGT - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_icmpgt instruction.
IfICmpGT() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfICmpGT
Creates a new IfICmpGT object.
IfICmpLE - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_icmple instruction.
IfICmpLE() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Creates a new IfICmpLE object.
IfICmpLT - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_icmplt instruction.
IfICmpLT() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Creates a new IfICmpLT object.
IfICmpNE - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the if_icmpne instruction.
IfICmpNE() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Creates a new IfICmpNE object.
IFLE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ifle instruction opcode.
IfLE - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ifle instruction.
IfLE() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfLE
Creates a new IfLE object.
IFLE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ifle opcode.
IFLT - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iflt instruction opcode.
IfLT - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iflt instruction.
IfLT() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfLT
Creates a new IfLT object.
IFLT - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iflt opcode.
IFNE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ifne instruction opcode.
IfNE - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ifne instruction.
IfNE() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfNE
Creates a new IfNE object.
IFNE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ifne opcode.
IFNONNULL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ifnonnull instruction opcode.
IfNonNull - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ifnonnull instruction.
IfNonNull() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfNonNull
Creates a new IfNonNull object.
IFNONNULL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ifnonnull opcode.
IFNULL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ifnullinstruction opcode.
IfNull - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ifnull instruction.
IfNull() - Constructor for class fr.umlv.corosol.component.instruction.impl.IfNull
Creates a new IfNull object.
IFNULL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ifnullopcode.
IINC - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iinc instruction opcode.
IInc - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iinc instruction.
IInc() - Constructor for class fr.umlv.corosol.component.instruction.impl.IInc
Creates a new IInc object.
IINC - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iinc opcode.
ILOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iload instruction opcode.
ILoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iload instruction.
ILoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.ILoad
Creates a new ILoad object.
ILOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iload opcode.
ILOAD_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iload_0 instruction opcode.
ILoad_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iload_0 instruction.
ILoad_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.ILoad_0
Creates a new ILoad_0 object.
ILOAD_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iload_0 opcode.
ILOAD_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iload_1 instruction opcode.
ILoad_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iload_1 instruction.
ILoad_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.ILoad_1
Creates a new ILoad_1 object.
ILOAD_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iload_1 opcode.
ILOAD_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iload_2 instruction opcode.
ILoad_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iload_2 instruction.
ILoad_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.ILoad_2
Creates a new ILoad_2 object.
ILOAD_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iload_2 opcode.
ILOAD_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iload_3 instruction opcode.
ILoad_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iload_3 instruction.
ILoad_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.ILoad_3
Creates a new ILoad_3 object.
ILOAD_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iload_3 opcode.
IMUL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The imul instruction opcode.
IMul - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the imul instruction.
IMul() - Constructor for class fr.umlv.corosol.component.instruction.impl.IMul
Creates a new IMul object.
IMUL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The imul opcode.
incPC(int) - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Increments the program counter with the specified offset value.
incPC(int) - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Increments the program counter with the specified offset value.
incPC(int) - Method in interface fr.umlv.corosol.component.JThread
Increments the program counter with the specified offset value.
INEG - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ineg instruction opcode.
INeg - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ineg instruction.
INeg() - Constructor for class fr.umlv.corosol.component.instruction.impl.INeg
Creates a new INeg object.
INEG - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ineg opcode.
INIT - Static variable in interface fr.umlv.corosol.component.JConstructor
The name of a class constructor.
INNER_CLASSES - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing InnerClasses attribute.
INSTANCEOF - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The instanceof instruction opcode.
InstanceOf - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the instanceof instruction.
InstanceOf() - Constructor for class fr.umlv.corosol.component.instruction.impl.InstanceOf
Creates a new InstanceOf object.
INSTANCEOF - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The instanceof opcode.
INT - Static variable in class fr.umlv.corosol.component.Descriptor
The int descriptor.
INT - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type int.
IntClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the int.class.
IntClass() - Constructor for class fr.umlv.corosol.component.impl.IntClass
Creates a new IntClass object.
invoke(JMethodInvoker, JThread) - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Invokes the methods represented by this JClassMethod via the specified method invoker and into the specified thread.
invoke(JMethodInvoker, JThread) - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Invokes the methods represented by this JClassMethod via the specified method invoker and into the specified thread.
invoke(JMethodInvoker, JThread) - Method in interface fr.umlv.corosol.component.JClassMethod
Invokes the methods represented by this JClassMethod via the specified method invoker and into the specified thread.
invokeConstructor(JConstructor, JThread) - Method in class fr.umlv.corosol.component.impl.DefaultJMethodInvoker
Invokes the specified constructor into the specified thread.
invokeConstructor(JConstructor, JThread) - Method in interface fr.umlv.corosol.component.JMethodInvoker
Invokes the specified constructor into the specified thread.
INVOKEINTERFACE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The invokeinterface instruction opcode.
InvokeInterface - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the invokeinterface instruction.
InvokeInterface() - Constructor for class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Creates a new InvokeInterface object.
INVOKEINTERFACE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The invokeinterface opcode.
invokeMethod(JMethod, JThread) - Method in class fr.umlv.corosol.component.impl.DefaultJMethodInvoker
Invokes the specified method into the specified thread.
invokeMethod(JMethod, JThread) - Method in interface fr.umlv.corosol.component.JMethodInvoker
Invokes the specified method into the specified thread.
INVOKESPECIAL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The invokespecial instruction opcode.
InvokeSpecial - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the invokespecial instruction.
InvokeSpecial() - Constructor for class fr.umlv.corosol.component.instruction.impl.InvokeSpecial
Creates a new InvokeSpecial object.
INVOKESPECIAL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The invokespecial opcode.
INVOKESTATIC - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The invokestatic instruction opcode.
InvokeStatic - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the invokestatic instruction.
InvokeStatic() - Constructor for class fr.umlv.corosol.component.instruction.impl.InvokeStatic
Creates a new InvokeStatic object.
INVOKESTATIC - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The invokestatic opcode.
INVOKEVIRTUAL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The invokevirtual instruction opcode.
InvokeVirtual - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the invokevirtual instruction.
InvokeVirtual() - Constructor for class fr.umlv.corosol.component.instruction.impl.InvokeVirtual
Creates a new InvokeVirtual object.
INVOKEVIRTUAL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The invokevirtual opcode.
IOR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ior instruction opcode.
IOR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ior instruction.
IOR() - Constructor for class fr.umlv.corosol.component.instruction.impl.IOR
Creates a new IOR object.
IOR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ior opcode.
IREM - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The irem instruction opcode.
IRem - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the irem instruction.
IRem() - Constructor for class fr.umlv.corosol.component.instruction.impl.IRem
Creates a new IRem object.
IREM - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The irem opcode.
IRETURN - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ireturn instruction opcode.
IReturn - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ireturn instruction.
IReturn() - Constructor for class fr.umlv.corosol.component.instruction.impl.IReturn
Creates a new IReturn object.
IRETURN - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ireturn opcode.
isAbstract() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines if the specified JClass object represents an abstract type.
isAbstract() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Determines if the method specified by this JMethod object is abstract.
isAbstract() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines if the specified JClass object represents an abstract type.
isAbstract() - Method in interface fr.umlv.corosol.component.JClass
Determines if the specified JClass object represents an abstract type.
isAbstract() - Method in interface fr.umlv.corosol.component.JMethod
Determines if the method specified by this JMethod object is abstract.
isAbstract() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines if the specified JClass object represents an abstract type.
isAnonymousClass() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines if the specified JClass object represents an anonymous class.
isAnonymousClass() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines if the specified JClass object represents an anonymous class.
isAnonymousClass() - Method in interface fr.umlv.corosol.component.JClass
Determines if the specified JClass object represents an anonymous class.
isAnonymousClass() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines if the specified JClass object represents an anonymous class.
isArray() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines if this JClass object represents an array class.
isArray() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines if this JClass object represents an array class.
isArray() - Method in interface fr.umlv.corosol.component.JClass
Determines if this JClass object represents an array class.
isArray() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines if this JClass object represents an array class.
isAssignableFrom(JClass) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines if the class or interface represented by this JClass object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified JClass parameter.
isAssignableFrom(JClass) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines if the class or interface represented by this JClass object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified JClass parameter.
isAssignableFrom(JClass) - Method in interface fr.umlv.corosol.component.JClass
Determines if the class or interface represented by this JClass object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified JClass parameter.
isAssignableFrom(JClass) - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines if the class or interface represented by this JClass object is either the same as, or is a superclass or superinterface of, the class or interface represented by the specified JClass parameter.
isEmpty() - Method in class fr.umlv.corosol.component.impl.DefaultJavaStack
Tests if this stack is empty.
isEmpty() - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
Tests if this stack is empty.
isEmpty() - Method in interface fr.umlv.corosol.component.JavaStack
Tests if this stack is empty.
ISHL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ishl instruction opcode.
IShL - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ishl instruction.
IShL() - Constructor for class fr.umlv.corosol.component.instruction.impl.IShL
Creates a new IShL object.
ISHL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ishl opcode.
ISHR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ishr instruction opcode.
IShR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ishr instruction.
IShR() - Constructor for class fr.umlv.corosol.component.instruction.impl.IShR
Creates a new IShR object.
ISHR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ishr opcode.
isInterface() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines if the specified JClass object represents an interface type.
isInterface(JClass, JClass) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Determines if clazz is a superinterface of fromClass.
isInterface() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines if the specified JClass object represents an interface type.
isInterface() - Method in interface fr.umlv.corosol.component.JClass
Determines if the specified JClass object represents an interface type.
isInterface(JClass, JClass) - Method in interface fr.umlv.corosol.component.JClassLoader
Determines if clazz is a superinterface of fromClass.
isInterface() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines if the specified JClass object represents an interface type.
isJObject() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines if the specified JClass object represents a Corosol JObject element.
isJObject() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines if the specified JClass object represents a Corosol JObject element.
isJObject() - Method in interface fr.umlv.corosol.component.JClass
Determines if the specified JClass object represents a Corosol JObject element.
isJObject() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines if the specified JClass object represents a Corosol JObject element.
isNative() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Determines if the class instance represented by this JClassInstance object is allocated into the underlaying JVM heap and not into the Corosol JVM heap.
isNative() - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Determines if the class instance represented by this DefaultJClassInstance object is allocated into the underlaying JVM heap and not into the Corosol JVM heap.
isNative() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Determines if the method specified by this JMethod object is native.
isNative() - Method in class fr.umlv.corosol.component.impl.NativeArray
Determines if this array is allocated into the underlaying JVM heap and not in the Corosol JVM heap.
isNative() - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Determines if this heap object is allocated into the underlaying JVM heap and not in the Corosol JVM heap.
isNative() - Method in interface fr.umlv.corosol.component.JHeapObject
Determines if this heap object is allocated into the underlaying JVM heap and not in the Corosol JVM heap.
isNative() - Method in interface fr.umlv.corosol.component.JMethod
Determines if the method specified by this JMethod object is native.
isPrimitive() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Determines if the specified JClass object represents a primitive type.
isPrimitive() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Determines if the specified JClass object represents a primitive type.
isPrimitive() - Method in interface fr.umlv.corosol.component.JClass
Determines if the specified JClass object represents a primitive type.
isPrimitive() - Method in class fr.umlv.corosol.component.JPrimitiveClass
Determines if the specified JClass object represents a primitive type.
isResolved() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
 
isResolved() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
 
isResolved() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
 
isResolved() - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
 
isResolved() - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
 
isResolved() - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
 
isStatic() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Determines if the field specified by this JField object is static.
isStatic() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Determines if the method specified by this JMethod object is static.
isStatic() - Method in interface fr.umlv.corosol.component.JField
Determines if the field specified by this JField object is static.
isStatic() - Method in interface fr.umlv.corosol.component.JMethod
Determines if the method specified by this JMethod object is static.
isSuperclass(JClass, JClass) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Determines if clazz is a superclass of fromClass.
isSuperclass(JClass, JClass) - Method in interface fr.umlv.corosol.component.JClassLoader
Determines if clazz is a superclass of fromClass.
ISTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The istore instruction opcode.
IStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the istore instruction.
IStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.IStore
Creates a new IStore object.
ISTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The istore opcode.
ISTORE_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The istore_0 instruction opcode.
IStore_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the istore_0 instruction.
IStore_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.IStore_0
Creates a new IStore_0 object.
ISTORE_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The istore_0 opcode.
ISTORE_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The istore_1 instruction opcode.
IStore_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the istore_1 instruction.
IStore_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.IStore_1
Creates a new IStore_1 object.
ISTORE_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The istore_1 opcode.
ISTORE_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The istore_2 instruction opcode.
IStore_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the istore_2 instruction.
IStore_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.IStore_2
Creates a new IStore_2 object.
ISTORE_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The istore_2 opcode.
ISTORE_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The istore_3 instruction opcode.
IStore_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the istore_3 instruction.
IStore_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.IStore_3
Creates a new IStore_3 object.
ISTORE_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The istore_3 opcode.
ISUB - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The isub instruction opcode.
ISub - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the isub instruction.
ISub() - Constructor for class fr.umlv.corosol.component.instruction.impl.ISub
Creates a new ISub object.
ISUB - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The isub opcode.
IUSHR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The iushr instruction opcode.
IUShR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the iushr instruction.
IUShR() - Constructor for class fr.umlv.corosol.component.instruction.impl.IUShR
Creates a new IUShR object.
IUSHR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The iushr opcode.
IXOR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ixor instruction opcode.
IXOR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ixor instruction.
IXOR() - Constructor for class fr.umlv.corosol.component.instruction.impl.IXOR
Creates a new IXOR object.
IXOR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ixor opcode.

J

JAllocatable - Interface in fr.umlv.corosol.component
This interface represents an object allocated into the Corosol heap memory.
JArray - Interface in fr.umlv.corosol.component
An array allocated into the Corosol JVM heap.
JArrayClass - Class in fr.umlv.corosol.component.impl
A JArrayClass represents a JClass object for an array.
JArrayClass(JClassLoader, String) - Constructor for class fr.umlv.corosol.component.impl.JArrayClass
Creates a new JArrayClass initialized with the specified class name and the specified class loader.
JArrayLayout - Interface in fr.umlv.corosol.component
A layout manager for a array.
JAttribute - Interface in fr.umlv.corosol.classfile.attribute
An object JAttribute represents an attribute i.e. an attribute_info structure of a clasfile.
JavaStack - Interface in fr.umlv.corosol.component
An object of the JavaStack interface represents a thread stack.
JBytecodeParser - Interface in fr.umlv.corosol.classfile.bytecode
The bytecode parser class allows an application to parse a bytecode array into a set of opcodes and their operands.
JCIProxyClassFileFactory - Class in fr.umlv.corosol.component.proxy.impl
A JCIProxyClassFileFactory instance creates a classfile corresponding to a proxy instance of a JClassInstance object.
JCIProxyClassFileFactory() - Constructor for class fr.umlv.corosol.component.proxy.impl.JCIProxyClassFileFactory
The default constructor.
JClass - Interface in fr.umlv.corosol.component
This interface represents a class object and contains methods which permit to retrieve all informations about a class.
JClassFile - Interface in fr.umlv.corosol.classfile
The JClassFile interface represents the ClassFile structure described in chapter 4 of the JVM Specification.
JClassFileInput - Interface in fr.umlv.corosol.classfile.io
This JClassFileInput interface provides methodes for reading bytes from a binary representation of a class (class file).
JClassFileInputStream - Class in fr.umlv.corosol.classfile.io.impl
The default implementation of the fr.umlv.corosol.classfile.JClassFileInput interface.
JClassFileInputStream(InputStream) - Constructor for class fr.umlv.corosol.classfile.io.impl.JClassFileInputStream
Creates a new class file input stream.
JClassFileItem - Interface in fr.umlv.corosol.classfile
A JClassClassItem object represents a part of a classfile.
JClassFileLoader - Interface in fr.umlv.corosol.classfile
This interface represents a classfile loader.
JClassFileOutput - Interface in fr.umlv.corosol.classfile.io
This JClassFileOutput interface provides methods for writing the bytes of a binary representation of a class (class file).
JClassFileOutputStream - Class in fr.umlv.corosol.classfile.io.impl
The default implementation of the fr.umlv.corosol.classfile.JClassFileOutput interface.
JClassFileOutputStream(OutputStream) - Constructor for class fr.umlv.corosol.classfile.io.impl.JClassFileOutputStream
Creates a new class file output stream.
JClassFileOutputStream(OutputStream, JConstantPool) - Constructor for class fr.umlv.corosol.classfile.io.impl.JClassFileOutputStream
Creates a new class file output stream.
JClassInstance - Interface in fr.umlv.corosol.component
This interface represents an instance of a class.
JClassLayout - Interface in fr.umlv.corosol.component
A layout manager for a class instance.
JClassLoader - Interface in fr.umlv.corosol.component
This interface represents the class loader component of the Corosol Java Virtual Machine.
JClassMember - Interface in fr.umlv.corosol.classfile.member
A JClassMember object represents a description of a class member.
JClassMethod - Interface in fr.umlv.corosol.component
This interface represents a class method (static or not) or a constructor.
JCodeAttribute - Interface in fr.umlv.corosol.classfile.attribute
A JCodeAttribute object represents an Code attribute.
JConstant - Interface in fr.umlv.corosol.classfile.constant
An object of the JConstant interface represents a constant pool entry.
JConstantClass - Interface in fr.umlv.corosol.classfile.constant
A JConstantClass object represents a CONSTANT_Class_info entry of a constant pool.
JConstantDouble - Interface in fr.umlv.corosol.classfile.constant
A JConstantDouble object represents a CONSTANT_Double_info entry of a constant pool.
JConstantFieldref - Interface in fr.umlv.corosol.classfile.constant
A JConstantFieldref object represents a CONSTANT_Fieldref_info entry of a constant pool.
JConstantFloat - Interface in fr.umlv.corosol.classfile.constant
A JConstantFloat object represents a CONSTANT_Float_info entry of a constant pool.
JConstantInteger - Interface in fr.umlv.corosol.classfile.constant
A JConstantInteger object represents a CONSTANT_Integer_info entry of a constant pool.
JConstantInterfaceMethodref - Interface in fr.umlv.corosol.classfile.constant
A JConstantInterfaceMethodref object represents a CONSTANT_InterfaceMethodref_info entry of a constant pool.
JConstantLong - Interface in fr.umlv.corosol.classfile.constant
A JConstantLong object represents a CONSTANT_Long_info entry of a constant pool.
JConstantMethodref - Interface in fr.umlv.corosol.classfile.constant
A JConstantMethodref object represents a CONSTANT_Methodref_info entry of a constant pool.
JConstantNameAndType - Interface in fr.umlv.corosol.classfile.constant
A JConstantNameAndType object represents a CONSTANT_NameAndType entry of a constant pool.
JConstantPool - Interface in fr.umlv.corosol.classfile.constant
An object of the JConstantPool interface represents the constant pool of a classfile.
JConstantString - Interface in fr.umlv.corosol.classfile.constant
An JConstantString object represents a CONSTANT_String_info entry of a constant pool.
JConstantUtf8 - Interface in fr.umlv.corosol.classfile.constant
A JConstantUtf8 object represents a CONSTANT_Utf8_info entry of a constant pool.
JConstantValueAttribute - Interface in fr.umlv.corosol.classfile.attribute
A JConstantValueAttribute object represents an ConstantValue attribute.
JConstructor - Interface in fr.umlv.corosol.component
This interface represents a class constructors and contains methods which permit to retrieve all informations about it.
JDK1_5JArrayClass - Class in fr.umlv.corosol.component.impl
A JDK1_5JArrayClass represents a JClass object for an array.
JDK1_5JArrayClass(JClassLoader, String) - Constructor for class fr.umlv.corosol.component.impl.JDK1_5JArrayClass
Creates a new JDK1_5JArrayClass initialized with the specified class name and the specified class loader.
JDK1_5JClass - Class in fr.umlv.corosol.component.impl
A JDK1_5JClass represents a JClass object for an instance class.
JDK1_5JClass(JClassLoader, JClassFile) - Constructor for class fr.umlv.corosol.component.impl.JDK1_5JClass
Creates a new JDK1_5JClass initialized with the specified class item containing the class datas and the specified class loader.
JDK1_5JClassLoader - Class in fr.umlv.corosol.component.impl
This class represents the jdk1.5 implementation of the fr.umlv.corosol.component.JClassLoader interface.
JDK1_5JClassLoader() - Constructor for class fr.umlv.corosol.component.impl.JDK1_5JClassLoader
The default constructor.
JDK1_5JConstantClass - Class in fr.umlv.corosol.classfile.constant.impl
The jdk 1.5 implementation of the fr.umlv.corosol.classfile.constant.JConstantClass interface.
JDK1_5JConstantClass() - Constructor for class fr.umlv.corosol.classfile.constant.impl.JDK1_5JConstantClass
The default constructor.
JDK1_5JConstantClass(JConstantPool, int) - Constructor for class fr.umlv.corosol.classfile.constant.impl.JDK1_5JConstantClass
Creates a new Constant_Class_info entry.
JDK1_5New - Class in fr.umlv.corosol.component.instruction.impl
The JDK 1.5 implementation of the new instruction.
JDK1_5New() - Constructor for class fr.umlv.corosol.component.instruction.impl.JDK1_5New
Creates a new JDK1_5New object.
JExceptionHandler - Interface in fr.umlv.corosol.classfile.attribute
A JExceptionHandler represents an entry in the exception_table of a Code attribute.
JExceptionsAttribute - Interface in fr.umlv.corosol.classfile.attribute
This interface represents the Exceptions attributes.
JField - Interface in fr.umlv.corosol.component
This interface represents a class field (static or not) and contains methods which permit to retrieve all informations about this field.
JFieldHelper - Class in fr.umlv.corosol.component.proxy.impl
This class is used by the DefaultJProxyFactory object when this later dynamically creates a proxy Class object for an object allocated in the Corosol heap.
JFieldHelper() - Constructor for class fr.umlv.corosol.component.proxy.impl.JFieldHelper
 
JFieldLookup - Interface in fr.umlv.corosol.component
A JFieldLookup object processes the research of a field in a hierarchy of classes.
JHeap - Interface in fr.umlv.corosol.component
This interface represents the heap of the Java virtual machine.
JHeapAllocator - Interface in fr.umlv.corosol.component
A JHeapAllocator represents an allocator for the memory heap.
JHeapObject - Interface in fr.umlv.corosol.component
This interface represents a heap object.
JImplementationRepository - Class in fr.umlv.corosol.repository
This class represents an implementation repository.
JImplementationRepository() - Constructor for class fr.umlv.corosol.repository.JImplementationRepository
 
JImplementationRepository.Singleton - Interface in fr.umlv.corosol.repository
This interface represents a singleton.
JInstruction - Interface in fr.umlv.corosol.component.instruction
An object JInstruction represents a JVM instruction.
JInstruction.AALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the aaloadinstruction.
JInstruction.AAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the aastoreinstruction.
JInstruction.AConst_Null - Interface in fr.umlv.corosol.component.instruction
The interface representing the aconst_nullinstruction.
JInstruction.ALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the aloadinstruction.
JInstruction.ALoad_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the aload_0instruction.
JInstruction.ALoad_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the aload_1instruction.
JInstruction.ALoad_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the aload_2instruction.
JInstruction.ALoad_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the aload_3instruction.
JInstruction.ANewArray - Interface in fr.umlv.corosol.component.instruction
The interface representing the anewarrayinstruction.
JInstruction.AReturn - Interface in fr.umlv.corosol.component.instruction
The interface representing the areturninstruction.
JInstruction.ArrayLength - Interface in fr.umlv.corosol.component.instruction
The interface representing the arraylengthinstruction.
JInstruction.AStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the astoreinstruction.
JInstruction.AStore_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the astore_0instruction.
JInstruction.AStore_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the astore_1instruction.
JInstruction.AStore_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the astore_2instruction.
JInstruction.AStore_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the astore_3instruction.
JInstruction.AThrow - Interface in fr.umlv.corosol.component.instruction
The interface representing the athrowinstruction.
JInstruction.BALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the baloadinstruction.
JInstruction.BAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the bastoreinstruction.
JInstruction.BIPush - Interface in fr.umlv.corosol.component.instruction
The interface representing the bipushinstruction.
JInstruction.CALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the caloadinstruction.
JInstruction.CAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the castoreinstruction.
JInstruction.CheckCast - Interface in fr.umlv.corosol.component.instruction
The interface representing the checkcastinstruction.
JInstruction.D2F - Interface in fr.umlv.corosol.component.instruction
The interface representing the d2finstruction.
JInstruction.D2I - Interface in fr.umlv.corosol.component.instruction
The interface representing the d2iinstruction.
JInstruction.D2L - Interface in fr.umlv.corosol.component.instruction
The interface representing the d2linstruction.
JInstruction.DAdd - Interface in fr.umlv.corosol.component.instruction
The interface representing the daddinstruction.
JInstruction.DALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the daloadinstruction.
JInstruction.DAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the dastoreinstruction.
JInstruction.DCmpG - Interface in fr.umlv.corosol.component.instruction
The interface representing the dcmpginstruction.
JInstruction.DCmpL - Interface in fr.umlv.corosol.component.instruction
The interface representing the dcmplinstruction.
JInstruction.DConst_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dconst_0instruction.
JInstruction.DConst_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dconst_1instruction.
JInstruction.DDiv - Interface in fr.umlv.corosol.component.instruction
The interface representing the ddivinstruction.
JInstruction.DLoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the dloadinstruction.
JInstruction.DLoad_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dload_0instruction.
JInstruction.DLoad_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dload_1instruction.
JInstruction.DLoad_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dload_2instruction.
JInstruction.DLoad_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dload_3instruction.
JInstruction.DMul - Interface in fr.umlv.corosol.component.instruction
The interface representing the dmulinstruction.
JInstruction.DNeg - Interface in fr.umlv.corosol.component.instruction
The interface representing the dneginstruction.
JInstruction.DRem - Interface in fr.umlv.corosol.component.instruction
The interface representing the dreminstruction.
JInstruction.DReturn - Interface in fr.umlv.corosol.component.instruction
The interface representing the dreturninstruction.
JInstruction.DStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the dstoreinstruction.
JInstruction.DStore_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dstore_0instruction.
JInstruction.DStore_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dstore_1instruction.
JInstruction.DStore_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dstore_2instruction.
JInstruction.DStore_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dstore_3instruction.
JInstruction.DSub - Interface in fr.umlv.corosol.component.instruction
The interface representing the dsubinstruction.
JInstruction.Dup - Interface in fr.umlv.corosol.component.instruction
The interface representing the dupinstruction.
JInstruction.Dup2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dup2instruction.
JInstruction.Dup2_X1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dup2_x1instruction.
JInstruction.Dup2_X2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dup2_x2instruction.
JInstruction.Dup_X1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dup_x1instruction.
JInstruction.Dup_X2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the dup_x2instruction.
JInstruction.F2D - Interface in fr.umlv.corosol.component.instruction
The interface representing the f2dinstruction.
JInstruction.F2I - Interface in fr.umlv.corosol.component.instruction
The interface representing the f2iinstruction.
JInstruction.F2L - Interface in fr.umlv.corosol.component.instruction
The interface representing the f2linstruction.
JInstruction.FAdd - Interface in fr.umlv.corosol.component.instruction
The interface representing the faddinstruction.
JInstruction.FALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the faloadinstruction.
JInstruction.FAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the fastoreinstruction.
JInstruction.FCmpG - Interface in fr.umlv.corosol.component.instruction
The interface representing the fcmpginstruction.
JInstruction.FCmpL - Interface in fr.umlv.corosol.component.instruction
The interface representing the fcmplinstruction.
JInstruction.FConst_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fconst_0instruction.
JInstruction.FConst_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fconst_1instruction.
JInstruction.FConst_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fconst_2instruction.
JInstruction.FDiv - Interface in fr.umlv.corosol.component.instruction
The interface representing the fdivinstruction.
JInstruction.FLoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the floadinstruction.
JInstruction.FLoad_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fload_0instruction.
JInstruction.FLoad_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fload_1instruction.
JInstruction.FLoad_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fload_2instruction.
JInstruction.FLoad_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fload_3instruction.
JInstruction.FMul - Interface in fr.umlv.corosol.component.instruction
The interface representing the fmulinstruction.
JInstruction.FNeg - Interface in fr.umlv.corosol.component.instruction
The interface representing the fneginstruction.
JInstruction.FRem - Interface in fr.umlv.corosol.component.instruction
The interface representing the freminstruction.
JInstruction.FReturn - Interface in fr.umlv.corosol.component.instruction
The interface representing the freturninstruction.
JInstruction.FStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the fstoreinstruction.
JInstruction.FStore_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fstore_0instruction.
JInstruction.FStore_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fstore_1instruction.
JInstruction.FStore_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fstore_2instruction.
JInstruction.FStore_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the fstore_3instruction.
JInstruction.FSub - Interface in fr.umlv.corosol.component.instruction
The interface representing the fsubinstruction.
JInstruction.GetField - Interface in fr.umlv.corosol.component.instruction
The interface representing the getfieldinstruction.
JInstruction.GetStatic - Interface in fr.umlv.corosol.component.instruction
The interface representing the getstaticinstruction.
JInstruction.Goto - Interface in fr.umlv.corosol.component.instruction
The interface representing the gotoinstruction.
JInstruction.Goto_W - Interface in fr.umlv.corosol.component.instruction
The interface representing the goto_winstruction.
JInstruction.I2B - Interface in fr.umlv.corosol.component.instruction
The interface representing the i2binstruction.
JInstruction.I2C - Interface in fr.umlv.corosol.component.instruction
The interface representing the i2cinstruction.
JInstruction.I2D - Interface in fr.umlv.corosol.component.instruction
The interface representing the i2dinstruction.
JInstruction.I2F - Interface in fr.umlv.corosol.component.instruction
The interface representing the i2finstruction.
JInstruction.I2L - Interface in fr.umlv.corosol.component.instruction
The interface representing the i2linstruction.
JInstruction.I2S - Interface in fr.umlv.corosol.component.instruction
The interface representing the i2sinstruction.
JInstruction.IAdd - Interface in fr.umlv.corosol.component.instruction
The interface representing the iaddinstruction.
JInstruction.IALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the ialoadinstruction.
JInstruction.IAND - Interface in fr.umlv.corosol.component.instruction
The interface representing the iandinstruction.
JInstruction.IAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the iastoreinstruction.
JInstruction.IConst_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iconst_0instruction.
JInstruction.IConst_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iconst_1instruction.
JInstruction.IConst_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iconst_2instruction.
JInstruction.IConst_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iconst_3instruction.
JInstruction.IConst_4 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iconst_4instruction.
JInstruction.IConst_5 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iconst_5instruction.
JInstruction.IConst_M1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iconst_m1instruction.
JInstruction.IDiv - Interface in fr.umlv.corosol.component.instruction
The interface representing the idivinstruction.
JInstruction.IfACmpEq - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_acmpeqinstruction.
JInstruction.IfACmpNE - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_acmpneinstruction.
JInstruction.IfEq - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifeqinstruction.
JInstruction.IfGE - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifgeinstruction.
JInstruction.IfGT - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifgtinstruction.
JInstruction.IfICmpEq - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_icmpeqinstruction.
JInstruction.IfICmpGE - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_icmpgeinstruction.
JInstruction.IfICmpGT - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_icmpgtinstruction.
JInstruction.IfICmpLE - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_icmpleinstruction.
JInstruction.IfICmpLT - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_icmpltinstruction.
JInstruction.IfICmpNE - Interface in fr.umlv.corosol.component.instruction
The interface representing the if_icmpneinstruction.
JInstruction.IfLE - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifleinstruction.
JInstruction.IfLT - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifltinstruction.
JInstruction.IfNE - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifneinstruction.
JInstruction.IfNonNull - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifnonnullinstruction.
JInstruction.IfNull - Interface in fr.umlv.corosol.component.instruction
The interface representing the ifnullinstruction.
JInstruction.IInc - Interface in fr.umlv.corosol.component.instruction
The interface representing the iincinstruction.
JInstruction.ILoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the iloadinstruction.
JInstruction.ILoad_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iload_0instruction.
JInstruction.ILoad_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iload_1instruction.
JInstruction.ILoad_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iload_2instruction.
JInstruction.ILoad_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the iload_3instruction.
JInstruction.IMul - Interface in fr.umlv.corosol.component.instruction
The interface representing the imulinstruction.
JInstruction.INeg - Interface in fr.umlv.corosol.component.instruction
The interface representing the ineginstruction.
JInstruction.InstanceOf - Interface in fr.umlv.corosol.component.instruction
The interface representing the instanceofinstruction.
JInstruction.InvokeInterface - Interface in fr.umlv.corosol.component.instruction
The interface representing the invokeinterfaceinstruction.
JInstruction.InvokeSpecial - Interface in fr.umlv.corosol.component.instruction
The interface representing the invokespecialinstruction.
JInstruction.InvokeStatic - Interface in fr.umlv.corosol.component.instruction
The interface representing the invokestaticinstruction.
JInstruction.InvokeVirtual - Interface in fr.umlv.corosol.component.instruction
The interface representing the invokevirtualinstruction.
JInstruction.IOR - Interface in fr.umlv.corosol.component.instruction
The interface representing the iorinstruction.
JInstruction.IRem - Interface in fr.umlv.corosol.component.instruction
The interface representing the ireminstruction.
JInstruction.IReturn - Interface in fr.umlv.corosol.component.instruction
The interface representing the ireturninstruction.
JInstruction.IShL - Interface in fr.umlv.corosol.component.instruction
The interface representing the ishlinstruction.
JInstruction.IShR - Interface in fr.umlv.corosol.component.instruction
The interface representing the ishrinstruction.
JInstruction.IStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the istoreinstruction.
JInstruction.IStore_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the istore_0instruction.
JInstruction.IStore_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the istore_1instruction.
JInstruction.IStore_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the istore_2instruction.
JInstruction.IStore_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the istore_3instruction.
JInstruction.ISub - Interface in fr.umlv.corosol.component.instruction
The interface representing the isubinstruction.
JInstruction.IUShR - Interface in fr.umlv.corosol.component.instruction
The interface representing the iushrinstruction.
JInstruction.IXOR - Interface in fr.umlv.corosol.component.instruction
The interface representing the ixorinstruction.
JInstruction.JSR - Interface in fr.umlv.corosol.component.instruction
The interface representing the jsrinstruction.
JInstruction.JSR_W - Interface in fr.umlv.corosol.component.instruction
The interface representing the jsr_winstruction.
JInstruction.L2D - Interface in fr.umlv.corosol.component.instruction
The interface representing the l2dinstruction.
JInstruction.L2F - Interface in fr.umlv.corosol.component.instruction
The interface representing the l2finstruction.
JInstruction.L2I - Interface in fr.umlv.corosol.component.instruction
The interface representing the l2iinstruction.
JInstruction.LAdd - Interface in fr.umlv.corosol.component.instruction
The interface representing the laddinstruction.
JInstruction.LALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the laloadinstruction.
JInstruction.LAND - Interface in fr.umlv.corosol.component.instruction
The interface representing the landinstruction.
JInstruction.LAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the lastoreinstruction.
JInstruction.LCmp - Interface in fr.umlv.corosol.component.instruction
The interface representing the lcmpinstruction.
JInstruction.LConst_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lconst_0instruction.
JInstruction.LConst_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lconst_1instruction.
JInstruction.LdC - Interface in fr.umlv.corosol.component.instruction
The interface representing the ldcinstruction.
JInstruction.LdC2_W - Interface in fr.umlv.corosol.component.instruction
The interface representing the ldc2_winstruction.
JInstruction.LdC_W - Interface in fr.umlv.corosol.component.instruction
The interface representing the ldc_winstruction.
JInstruction.LDiv - Interface in fr.umlv.corosol.component.instruction
The interface representing the ldivinstruction.
JInstruction.LLoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the lloadinstruction.
JInstruction.LLoad_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lload_0instruction.
JInstruction.LLoad_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lload_1instruction.
JInstruction.LLoad_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lload_2instruction.
JInstruction.LLoad_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lload_3instruction.
JInstruction.LMul - Interface in fr.umlv.corosol.component.instruction
The interface representing the lmulinstruction.
JInstruction.LNeg - Interface in fr.umlv.corosol.component.instruction
The interface representing the lneginstruction.
JInstruction.LookupSwitch - Interface in fr.umlv.corosol.component.instruction
The interface representing the lookupswitchinstruction.
JInstruction.LOR - Interface in fr.umlv.corosol.component.instruction
The interface representing the lorinstruction.
JInstruction.LRem - Interface in fr.umlv.corosol.component.instruction
The interface representing the lreminstruction.
JInstruction.LReturn - Interface in fr.umlv.corosol.component.instruction
The interface representing the lreturninstruction.
JInstruction.LShL - Interface in fr.umlv.corosol.component.instruction
The interface representing the lshlinstruction.
JInstruction.LShR - Interface in fr.umlv.corosol.component.instruction
The interface representing the lshrinstruction.
JInstruction.LStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the lstoreinstruction.
JInstruction.LStore_0 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lstore_0instruction.
JInstruction.LStore_1 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lstore_1instruction.
JInstruction.LStore_2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lstore_2instruction.
JInstruction.LStore_3 - Interface in fr.umlv.corosol.component.instruction
The interface representing the lstore_3instruction.
JInstruction.LSub - Interface in fr.umlv.corosol.component.instruction
The interface representing the lsubinstruction.
JInstruction.LUShR - Interface in fr.umlv.corosol.component.instruction
The interface representing the lushrinstruction.
JInstruction.LXOR - Interface in fr.umlv.corosol.component.instruction
The interface representing the lxorinstruction.
JInstruction.MonitorEnter - Interface in fr.umlv.corosol.component.instruction
The interface representing the monitorenterinstruction.
JInstruction.MonitorExit - Interface in fr.umlv.corosol.component.instruction
The interface representing the monitorexitinstruction.
JInstruction.MultiANewArray - Interface in fr.umlv.corosol.component.instruction
The interface representing the multianewarrayinstruction.
JInstruction.New - Interface in fr.umlv.corosol.component.instruction
The interface representing the newinstruction.
JInstruction.NewArray - Interface in fr.umlv.corosol.component.instruction
The interface representing the newarrayinstruction.
JInstruction.NOp - Interface in fr.umlv.corosol.component.instruction
The interface representing the nopinstruction.
JInstruction.Pop - Interface in fr.umlv.corosol.component.instruction
The interface representing the popinstruction.
JInstruction.Pop2 - Interface in fr.umlv.corosol.component.instruction
The interface representing the pop2instruction.
JInstruction.PutField - Interface in fr.umlv.corosol.component.instruction
The interface representing the putfieldinstruction.
JInstruction.PutStatic - Interface in fr.umlv.corosol.component.instruction
The interface representing the putstaticinstruction.
JInstruction.Ret - Interface in fr.umlv.corosol.component.instruction
The interface representing the retinstruction.
JInstruction.Return - Interface in fr.umlv.corosol.component.instruction
The interface representing the returninstruction.
JInstruction.SALoad - Interface in fr.umlv.corosol.component.instruction
The interface representing the saloadinstruction.
JInstruction.SAStore - Interface in fr.umlv.corosol.component.instruction
The interface representing the sastoreinstruction.
JInstruction.SIPush - Interface in fr.umlv.corosol.component.instruction
The interface representing the sipushinstruction.
JInstruction.Swap - Interface in fr.umlv.corosol.component.instruction
The interface representing the swapinstruction.
JInstruction.TableSwitch - Interface in fr.umlv.corosol.component.instruction
The interface representing the tableswitchinstruction.
JInstruction.Wide - Interface in fr.umlv.corosol.component.instruction
The interface representing the wideinstruction.
JInstructionFactory - Interface in fr.umlv.corosol.component.instruction
This interface represents a factory of JInstruction objects.
JLayout - Interface in fr.umlv.corosol.component
A layout manager.
JLayoutFactory - Interface in fr.umlv.corosol.component
A JLayoutFactory represents an abstract factory of class instance layouts and array layouts, both allocated into the heap of the Corosol JVM.
JLoadableConstant - Interface in fr.umlv.corosol.classfile.constant
A JLoadableConstant object represents a constant pool entry storing a constant value which can be pushed onto the operand stack of a stack frame.
JMemory - Interface in fr.umlv.corosol.memory
A memory area in the Corosol JVM.
JMemoryAllocator - Interface in fr.umlv.corosol.memory
A memory allocator.
JMetaTransformer - Interface in fr.umlv.corosol.component.proxy
This interface represents a bytecode transformer.
JMethod - Interface in fr.umlv.corosol.component
This interface represents a class method (static or not) and contains methods which permit to retrieve all informations about this method.
JMethodInvoker - Interface in fr.umlv.corosol.component
An object of the JMethodInvoker interface represents a execution manager of a method (i.e. a fr.umlv.corosol.component.JMethod).
JMethodLookup - Interface in fr.umlv.corosol.component
A JMethodLookup object processes the research of a method in a hierarchy of classes.
JObject - Interface in fr.umlv.corosol.component
The JObject interface represents a JVM object.
JOperandInput - Interface in fr.umlv.corosol.component.instruction
The JOperandInput interface provides for reading operands from a bytecode stream and reconstructing from them data in any Java primitives types.
JPrimitiveClass - Class in fr.umlv.corosol.component
This class represents the base class of primitive class implementations.
JProxy - Interface in fr.umlv.corosol.component.proxy
A JProxy object represents a proxy object that contains another object.
JProxyFactory - Interface in fr.umlv.corosol.component.proxy
This class is a object proxy factory.
JReferenceManager - Interface in fr.umlv.corosol.component
A JReferenceManager implements the reference representation into Corosol heap memory and permits to read and write objets into it.
JReturnAddress - Interface in fr.umlv.corosol.component
A JReturnAddress objects represents a returnAddress primitive value.
JScheduler - Interface in fr.umlv.corosol.component
This interface represents the scheduler component of the Java virtual machine.
JSimpleHeapAllocator - Class in fr.umlv.corosol.component.impl
A JHeapAllocator represents an allocator for the memory heap.
JSimpleHeapAllocator() - Constructor for class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Creates a new JSimpleHeapAllocator instance.
JSR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The jsr instruction opcode.
JSR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the jsr instruction.
JSR() - Constructor for class fr.umlv.corosol.component.instruction.impl.JSR
Creates a new JSR object.
JSR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The jsr opcode.
JSR_W - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The jsr_w instruction opcode.
JSR_W - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the jsr_w instruction.
JSR_W() - Constructor for class fr.umlv.corosol.component.instruction.impl.JSR_W
Creates a new JSR_W object.
JSR_W - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The jsr_w opcode.
JStackFrame - Interface in fr.umlv.corosol.component
A JStackFrame object represents a stack frame, stored by a thread Java Stack.
JThread - Interface in fr.umlv.corosol.component
An object JThread represents a thread in the JVM.
JTypedHeap - Class in fr.umlv.corosol.component.impl
A typed heap memory area.
JTypedHeap() - Constructor for class fr.umlv.corosol.component.impl.JTypedHeap
Creates a new typed memory.
JTypedHeap(JHeap) - Constructor for class fr.umlv.corosol.component.impl.JTypedHeap
Creates a new typed heap memory.
JTypedMemory - Class in fr.umlv.corosol.memory
A typed memory area.
JTypedMemory(JMemory, int, int) - Constructor for class fr.umlv.corosol.memory.JTypedMemory
Creates a new typed memory of len bytes starting from the specified position into the specified memory.
JUnknownAttribute - Class in fr.umlv.corosol.classfile.attribute.impl
This class represents an attribute unknown by the Java virtual machine.
JUnknownAttribute(String) - Constructor for class fr.umlv.corosol.classfile.attribute.impl.JUnknownAttribute
Creates a new JVM-unknown attribute which name is specified.
JVirtualMachine - Interface in fr.umlv.corosol.component
This is the Corosol Java Virtual Machine interface.
JVMComponent - Interface in fr.umlv.corosol.component
The JVMComponent interface represents a JVM component i.e. a functional data unit or a data storage capability.
JVMCProxyClassFileFactory - Class in fr.umlv.corosol.component.proxy.impl
A JVMCProxyClassFileFactory instance creates a classfile corresponding to a proxy instance of a JVMComponent object.
JVMCProxyClassFileFactory() - Constructor for class fr.umlv.corosol.component.proxy.impl.JVMCProxyClassFileFactory
Creates a JVMCProxyClassFileFactory object.

L

L2D - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The l2d instruction opcode.
L2D - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the l2d instruction.
L2D() - Constructor for class fr.umlv.corosol.component.instruction.impl.L2D
Creates a new L2D object.
L2D - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The l2d opcode.
L2F - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The l2f instruction opcode.
L2F - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the l2f instruction.
L2F() - Constructor for class fr.umlv.corosol.component.instruction.impl.L2F
Creates a new L2F object.
L2F - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The l2f opcode.
L2I - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The l2i instruction opcode.
L2I - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the l2i instruction.
L2I() - Constructor for class fr.umlv.corosol.component.instruction.impl.L2I
Creates a new L2I object.
L2I - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The l2i opcode.
LADD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ladd instruction opcode.
LAdd - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ladd instruction.
LAdd() - Constructor for class fr.umlv.corosol.component.instruction.impl.LAdd
Creates a new LAdd object.
LADD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ladd opcode.
LALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The laload instruction opcode.
LALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the laload instruction.
LALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.LALoad
Creates a new LALoad object.
LALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The laload opcode.
LAND - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The land instruction opcode.
LAND - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the land instruction.
LAND() - Constructor for class fr.umlv.corosol.component.instruction.impl.LAND
Creates a new LAND object.
LAND - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The land opcode.
LASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lastore instruction opcode.
LAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lastore instruction.
LAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.LAStore
Creates a new LAStore object.
LASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lastore opcode.
LCMP - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lcmp instruction opcode.
LCmp - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lcmp instruction.
LCmp() - Constructor for class fr.umlv.corosol.component.instruction.impl.LCmp
Creates a new LCmp object.
LCMP - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lcmp opcode.
LCONST_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lconst_0 instruction opcode.
LConst_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lconst_0 instruction.
LConst_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.LConst_0
Creates a new LConst_0 object.
LCONST_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lconst_0 opcode.
LCONST_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lconst_1 instruction opcode.
LConst_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lconst_1 instruction.
LConst_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.LConst_1
Creates a new LConst_1 object.
LCONST_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lconst_1 opcode.
LDC - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ldc instruction opcode.
LdC - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ldc instruction.
LdC() - Constructor for class fr.umlv.corosol.component.instruction.impl.LdC
Creates a new LdC object.
LDC - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ldc opcode.
LDC2_W - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ldc2_w instruction opcode.
LdC2_W - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ldc2_w instruction.
LdC2_W() - Constructor for class fr.umlv.corosol.component.instruction.impl.LdC2_W
Creates a new LdC2_W object.
LDC2_W - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ldc2_w opcode.
LDC_W - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ldc_w instruction opcode.
LdC_W - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ldc_w instruction.
LdC_W() - Constructor for class fr.umlv.corosol.component.instruction.impl.LdC_W
Creates a new LdC_W object.
LDC_W - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ldc_w opcode.
LDIV - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ldiv instruction opcode.
LDiv - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ldiv instruction.
LDiv() - Constructor for class fr.umlv.corosol.component.instruction.impl.LDiv
Creates a new LDiv object.
LDIV - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ldiv opcode.
length() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Returns the number of entries in this constant pool.
length() - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Returns the number of entries in this constant pool.
length() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns the length of this array.
length() - Method in class fr.umlv.corosol.component.impl.NativeArray
Returns the length of this array.
length() - Method in interface fr.umlv.corosol.component.JArray
Returns the length of this array.
LINE_NUMBER_TABLE - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing LineNumberTable attribute.
LLOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lload instruction opcode.
LLoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lload instruction.
LLoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.LLoad
Creates a new LLoad object.
LLOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lload opcode.
LLOAD_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lload_0 instruction opcode.
LLoad_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lload_0 instruction.
LLoad_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.LLoad_0
Creates a new LLoad_0 object.
LLOAD_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lload_0 opcode.
LLOAD_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lload_1 instruction opcode.
LLoad_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lload_1 instruction.
LLoad_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.LLoad_1
Creates a new LLoad_1 object.
LLOAD_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lload_1 opcode.
LLOAD_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lload_2 instruction opcode.
LLoad_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lload_2 instruction.
LLoad_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.LLoad_2
Creates a new LLoad_2 object.
LLOAD_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lload_2 opcode.
LLOAD_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lload_3 instruction opcode.
LLoad_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lload_3 instruction.
LLoad_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.LLoad_3
Creates a new LLoad_3 object.
LLOAD_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lload_3 opcode.
LMUL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lmul instruction opcode.
LMul - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lmul instruction.
LMul() - Constructor for class fr.umlv.corosol.component.instruction.impl.LMul
Creates a new LMul object.
LMUL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lmul opcode.
LNEG - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lneg instruction opcode.
LNeg - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lneg instruction.
LNeg() - Constructor for class fr.umlv.corosol.component.instruction.impl.LNeg
Creates a new LNeg object.
LNEG - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lneg opcode.
loadClass(String) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Loads the specified class.
loadClass(String) - Method in interface fr.umlv.corosol.component.JClassLoader
Loads the specified class.
loadClassFile(String) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFileLoader
Loads the specified classfile.
loadClassFile(String) - Method in interface fr.umlv.corosol.classfile.JClassFileLoader
Loads the specified classfile.
loadDouble(int) - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the double value stored at the specified position into the local variable array of this frame.
loadFloat(int) - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the float value stored at the specified position into the local variable array of this frame.
loadInt(int) - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the int value stored at the specified position into the local variable array of this frame.
loadLong(int) - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the long value stored at the specified position into the local variable array of this frame.
loadPrimitiveClass(String) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Loads the specified primitive class.
loadPrimitiveClass(String) - Method in interface fr.umlv.corosol.component.JClassLoader
Loads the specified primitive class.
loadProperties(Properties) - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Loads a set of properties (key and element pairs) from the specified property set.
loadProperties(Properties) - Method in class fr.umlv.corosol.repository.JImplementationRepository
Loads a set of properties (key and element pairs) from the specified property set.
loadReference(int) - Method in interface fr.umlv.corosol.component.JStackFrame
Returns the object whose the reference is stored at the specified position into the local variable array of this frame.
LOCAL_VARIABLE_TABLE - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing LocalVariableTable attribute.
LONG - Static variable in class fr.umlv.corosol.component.Descriptor
The long descriptor.
LONG - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type long.
LongClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the long.class.
LongClass() - Constructor for class fr.umlv.corosol.component.impl.LongClass
Creates a new LongClass object.
lookup(JClass, String) - Method in class fr.umlv.corosol.component.impl.DefaultJFieldLookup
Looks up the specified field from the specified class.
lookup(JClass, String, String) - Method in class fr.umlv.corosol.component.impl.DefaultJMethodLookup
Looks up the specified method or constructor from the specified class.
lookup(JClass, String) - Method in interface fr.umlv.corosol.component.JFieldLookup
Looks up the specified field from the specified class.
lookup(JClass, String, String) - Method in interface fr.umlv.corosol.component.JMethodLookup
Looks up the specified method or constructor from the specified class.
LOOKUPSWITCH - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lookupswitch instruction opcode.
LookupSwitch - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lookupswitch instruction.
LookupSwitch() - Constructor for class fr.umlv.corosol.component.instruction.impl.LookupSwitch
Creates a new LookupSwitch object.
LOOKUPSWITCH - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lookupswitch opcode.
LOR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lor instruction opcode.
LOR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lor instruction.
LOR() - Constructor for class fr.umlv.corosol.component.instruction.impl.LOR
Creates a new LOR object.
LOR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lor opcode.
LREM - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lrem instruction opcode.
LRem - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lrem instruction.
LRem() - Constructor for class fr.umlv.corosol.component.instruction.impl.LRem
Creates a new LRem object.
LREM - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lrem opcode.
LRETURN - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lreturn instruction opcode.
LReturn - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lreturn instruction.
LReturn() - Constructor for class fr.umlv.corosol.component.instruction.impl.LReturn
Creates a new LReturn object.
LRETURN - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lreturn opcode.
LSHL - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lshl instruction opcode.
LShL - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lshl instruction.
LShL() - Constructor for class fr.umlv.corosol.component.instruction.impl.LShL
Creates a new LShL object.
LSHL - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lshl opcode.
LSHR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lshr instruction opcode.
LShR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lshr instruction.
LShR() - Constructor for class fr.umlv.corosol.component.instruction.impl.LShR
Creates a new LShR object.
LSHR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lshr opcode.
LSTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lstore instruction opcode.
LStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lstore instruction.
LStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.LStore
Creates a new LStore object.
LSTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lstore opcode.
LSTORE_0 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lstore_0 instruction opcode.
LStore_0 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lstore_0 instruction.
LStore_0() - Constructor for class fr.umlv.corosol.component.instruction.impl.LStore_0
Creates a new LStore_0 object.
LSTORE_0 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lstore_0 opcode.
LSTORE_1 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lstore_1 instruction opcode.
LStore_1 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lstore_1 instruction.
LStore_1() - Constructor for class fr.umlv.corosol.component.instruction.impl.LStore_1
Creates a new LStore_1 object.
LSTORE_1 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lstore_1 opcode.
LSTORE_2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lstore_2 instruction opcode.
LStore_2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lstore_2 instruction.
LStore_2() - Constructor for class fr.umlv.corosol.component.instruction.impl.LStore_2
Creates a new LStore_2 object.
LSTORE_2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lstore_2 opcode.
LSTORE_3 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lstore_3 instruction opcode.
LStore_3 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lstore_3 instruction.
LStore_3() - Constructor for class fr.umlv.corosol.component.instruction.impl.LStore_3
Creates a new LStore_3 object.
LSTORE_3 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lstore_3 opcode.
LSUB - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lsub instruction opcode.
LSub - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lsub instruction.
LSub() - Constructor for class fr.umlv.corosol.component.instruction.impl.LSub
Creates a new LSub object.
LSUB - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lsub opcode.
LUSHR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lushr instruction opcode.
LUShR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lushr instruction.
LUShR() - Constructor for class fr.umlv.corosol.component.instruction.impl.LUShR
Creates a new LUShR object.
LUSHR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lushr opcode.
LXOR - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The lxor instruction opcode.
LXOR - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the lxor instruction.
LXOR() - Constructor for class fr.umlv.corosol.component.instruction.impl.LXOR
Creates a new LXOR object.
LXOR - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The lxor opcode.

M

main(String[]) - Static method in class fr.umlv.corosol.Corosol
Creates and starts the JVM.
MAX_PRIORITY - Static variable in interface fr.umlv.corosol.component.JThread
The maximum priority that a thread can have.
metaTransform(JCodeAttribute) - Method in class fr.umlv.corosol.component.proxy.impl.DefaultJMetaTransformer
Returns the CODE attribute creates from meta transformations performed from the specified CODE attribute.
metaTransform(JCodeAttribute) - Method in interface fr.umlv.corosol.component.proxy.JMetaTransformer
Returns the CODE attribute creates from meta transformations performed from the specified CODE attribute.
MIN_PRIORITY - Static variable in interface fr.umlv.corosol.component.JThread
The minimum priority that a thread can have.
MONITORENTER - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The monitorenter instruction opcode.
MonitorEnter - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the monitorenter instruction.
MonitorEnter() - Constructor for class fr.umlv.corosol.component.instruction.impl.MonitorEnter
Creates a new MonitorEnter object.
MONITORENTER - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The monitorenter opcode.
MONITOREXIT - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The monitorexit instruction opcode.
MonitorExit - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the monitorexit instruction.
MonitorExit() - Constructor for class fr.umlv.corosol.component.instruction.impl.MonitorExit
Creates a new MonitorExit object.
MONITOREXIT - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The monitorexit opcode.
moveAllocatables(JHeap, JHeap) - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
 
moveAllocatables(JHeap, JHeap) - Method in interface fr.umlv.corosol.component.JHeapAllocator
 
MULTIANEWARRAY - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The multianewarray instruction opcode.
MultiANewArray - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the multianewarray instruction.
MultiANewArray() - Constructor for class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Creates a new MultiANewArray object.
MULTIANEWARRAY - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The multianewarray opcode.

N

NativeArray - Class in fr.umlv.corosol.component.impl
A NativeArray object represents an array not allocated in the Corosol JVM heap.
NativeArray(Object) - Constructor for class fr.umlv.corosol.component.impl.NativeArray
Creates a new NativeArray instance initialized with the specified underlaying JVM array.
NativeClassInstance - Class in fr.umlv.corosol.component.impl
A NativeClassInstance object represents an object not allocated in the Corosol JVM heap.
NativeClassInstance(Object) - Constructor for class fr.umlv.corosol.component.impl.NativeClassInstance
Creates a new NativeClassInstance instance initialized with the specified underlaying JVM object
NEW - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The new instruction opcode.
New - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the new instruction.
New() - Constructor for class fr.umlv.corosol.component.instruction.impl.New
Creates a new New object.
NEW - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The new opcode.
NEWARRAY - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The newarray instruction opcode.
NewArray - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the newarray instruction.
NewArray() - Constructor for class fr.umlv.corosol.component.instruction.impl.NewArray
Creates a new NewArray object.
NEWARRAY - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The newarray opcode.
nextOpcode() - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Returns the next instruction opcode from this bytecode parser.
nextOpcode() - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Returns the next instruction opcode read from this bytecode parser.
NOP - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The nop instruction opcode.
NOp - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the nop instruction.
NOp() - Constructor for class fr.umlv.corosol.component.instruction.impl.NOp
Creates a new NOp object.
NOP - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The nop opcode.
NORM_PRIORITY - Static variable in interface fr.umlv.corosol.component.JThread
The default priority that is assigned to a thread.

P

parseParameter(String) - Static method in class fr.umlv.corosol.component.Descriptor
Parses the specified descriptor into String objects.
parseReturnType(String) - Static method in class fr.umlv.corosol.component.Descriptor
Returns the String corresponding the return type of a method which descriptor is specified.
peekCallerObject(JClassMethod) - Method in interface fr.umlv.corosol.component.JStackFrame
Peeks, inside the operand stack, the reference of the caller object of the specified method.
peekFrame() - Method in class fr.umlv.corosol.component.impl.DefaultJavaStack
Returns the current frame corresponding to the frame at the top of this stack.
peekFrame() - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
Returns the current frame corresponding to the frame at the top of this stack.
peekFrame() - Method in interface fr.umlv.corosol.component.JavaStack
Returns the current frame corresponding to the frame at the top of this stack.
POP - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The pop instruction opcode.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.ByteClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.CharClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.FloatClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.IntClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.LongClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.ShortClass
Returns the value located at the top of the operand stack of the specified frame.
pop(JStackFrame) - Method in class fr.umlv.corosol.component.impl.VoidClass
Returns the value located at the top of the operand stack of the specified frame.
Pop - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the pop instruction.
Pop() - Constructor for class fr.umlv.corosol.component.instruction.impl.Pop
Creates a new Pop object.
POP - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The pop opcode.
pop(JStackFrame) - Method in interface fr.umlv.corosol.component.JClass
Returns the value located at the top of the operand stack of the specified frame.
POP2 - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The pop2 instruction opcode.
Pop2 - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the pop2 instruction.
Pop2() - Constructor for class fr.umlv.corosol.component.instruction.impl.Pop2
Creates a new Pop2 object.
POP2 - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The pop2 opcode.
popDouble() - Method in interface fr.umlv.corosol.component.JStackFrame
Removes the double value at the top of the operand stack of this frame.
popFloat() - Method in interface fr.umlv.corosol.component.JStackFrame
Removes the float value at the top of the operand stack of this frame.
popFrame() - Method in class fr.umlv.corosol.component.impl.DefaultJavaStack
Pops the current frame corresponding to the frame at the top of this stack.
popFrame() - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
Pops the current frame corresponding to the frame at the top of this stack.
popFrame() - Method in interface fr.umlv.corosol.component.JavaStack
Pops the current frame corresponding to the frame at the top of this stack.
popInt() - Method in interface fr.umlv.corosol.component.JStackFrame
Removes the int value at the top of the operand stack of this frame.
popLong() - Method in interface fr.umlv.corosol.component.JStackFrame
Removes the long value at the top of the operand stack of this frame.
popReference() - Method in interface fr.umlv.corosol.component.JStackFrame
Removes the reference of an object at the top of the operand stack of this frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.BooleanClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.ByteClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.CharClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.DoubleClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.FloatClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.IntClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.JArrayClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.LongClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.ShortClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in class fr.umlv.corosol.component.impl.VoidClass
Pushes the specified value onto the operand stack of the frame frame.
push(Object, JStackFrame) - Method in interface fr.umlv.corosol.component.JClass
Pushes the specified value onto the operand stack of the frame frame.
pushConstantValue(JStackFrame) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Pushes the value onto the top of the operand stack of the specified stack frame.
pushConstantValue(JStackFrame) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Pushes the value onto the top of the operand stack of the specified stack frame.
pushConstantValue(JStackFrame) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
Pushes the value onto the top of the operand stack of the specified stack frame.
pushConstantValue(JStackFrame) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Pushes the value onto the top of the operand stack of the specified stack frame.
pushConstantValue(JStackFrame) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Pushes the value onto the top of the operand stack of the specified stack frame.
pushConstantValue(JStackFrame) - Method in class fr.umlv.corosol.classfile.constant.impl.JDK1_5JConstantClass
Pushes the value onto the top of the operand stack of the specified stack frame.
pushConstantValue(JStackFrame) - Method in interface fr.umlv.corosol.classfile.constant.JLoadableConstant
Pushes the value stored by this entry onto the top of the operand stack of the specified stack frame.
pushContext(JClassMethod) - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Pushes the next execution context for the execution of the specified method.
pushContext(JClassMethod) - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Pushes the next execution context for the execution of the specified method.
pushContext(JClassMethod) - Method in interface fr.umlv.corosol.component.JThread
Pushes the next execution context for the execution of the specified method.
pushDouble(double) - Method in interface fr.umlv.corosol.component.JStackFrame
Pushes an double value onto the top of the operand stack of this stack frame.
pushFloat(float) - Method in interface fr.umlv.corosol.component.JStackFrame
Pushes an float value onto the top of the operand stack of this stack frame.
pushFrame(JClassMethod) - Method in class fr.umlv.corosol.component.impl.DefaultJavaStack
Pushes a new frame which will be used for the execution of the specified method.
pushFrame(JClassMethod) - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
Pushes a new frame which will be used for the execution of the specified method.
pushFrame(JClassMethod) - Method in interface fr.umlv.corosol.component.JavaStack
Pushes a new frame which will be used for the execution of the specified method.
pushInt(int) - Method in interface fr.umlv.corosol.component.JStackFrame
Pushes an int value onto the top of the operand stack of this stack frame.
pushLong(long) - Method in interface fr.umlv.corosol.component.JStackFrame
Pushes an long value onto the top of the operand stack of this stack frame.
pushReference(JHeapObject) - Method in interface fr.umlv.corosol.component.JStackFrame
Pushes the reference of the specified object onto the top of the operand stack of this stack frame.
PUTFIELD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The putfield instruction opcode.
PutField - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the putfield instruction.
PutField() - Constructor for class fr.umlv.corosol.component.instruction.impl.PutField
Creates a new PutField object.
PUTFIELD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The putfield opcode.
PUTSTATIC - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The putstatic instruction opcode.
PutStatic - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the putstatic instruction.
PutStatic() - Constructor for class fr.umlv.corosol.component.instruction.impl.PutStatic
Creates a new PutStatic object.
PUTSTATIC - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The putstatic opcode.

R

readAttribute() - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileInputStream
Reads an attributes from the classfile.
readAttribute() - Method in interface fr.umlv.corosol.classfile.io.JClassFileInput
Reads an attributes from the classfile.
readBoolean(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads a boolean value starting at the specified position in this heap.
readBoolean(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads a boolean value starting at the specified position in this heap.
readBoolean(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads a boolean value starting at the specified position in this memory.
readBoolean(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads a boolean value starting at the specified position in this memory.
readByte(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads one byte at the specified position in this memory.
readByte(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads one byte at the specified position in this heap.
readByte() - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJOperandInput
Reads a byte from the byte code stream.
readByte() - Method in class fr.umlv.corosol.component.instruction.impl.SimpleJOperandInput
Reads a byte from the byte code stream.
readByte() - Method in interface fr.umlv.corosol.component.instruction.JOperandInput
Reads a byte from the byte code stream.
readByte(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads one byte at the specified position in this memory.
readByte(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads one byte at the specified position in this memory.
readChar(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads a char value starting at the specified position in this heap.
readChar(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads a char value starting at the specified position in this heap.
readChar(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads a char value starting at the specified position in this memory.
readChar(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads a char value starting at the specified position in this memory.
readClassFileItem(Class) - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileInputStream
Reads the class file item specified by its type.
readClassFileItem(Class) - Method in interface fr.umlv.corosol.classfile.io.JClassFileInput
Reads the class file item specified by its type.
readClassMember() - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileInputStream
Reads a class member description from the classfile.
readClassMember() - Method in interface fr.umlv.corosol.classfile.io.JClassFileInput
Reads a class member description from the classfile.
readConstant() - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileInputStream
Reads a constant pool entry from the classfile.
readConstant() - Method in interface fr.umlv.corosol.classfile.io.JClassFileInput
Reads a constant pool entry from the classfile.
readConstantPool() - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileInputStream
Reads the constant pool from the classfile.
readConstantPool() - Method in interface fr.umlv.corosol.classfile.io.JClassFileInput
Reads the constant pool from the classfile.
readDouble(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads a double value starting at the specified position in this heap.
readDouble(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads a double value starting at the specified position in this heap.
readDouble(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads a double value starting at the specified position in this memory.
readDouble(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads a double value starting at the specified position in this memory.
readFloat(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads a float value starting at the specified position in this heap.
readFloat(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads a float value starting at the specified position in this heap.
readFloat(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads a float value starting at the specified position in this memory.
readFloat(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads a float value starting at the specified position in this memory.
readInt(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads an int value starting at the specified position in this heap.
readInt(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads an int value starting at the specified position in this heap.
readInt() - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJOperandInput
Reads an integer from the byte code stream.
readInt() - Method in class fr.umlv.corosol.component.instruction.impl.SimpleJOperandInput
Reads an integer from the byte code stream.
readInt() - Method in interface fr.umlv.corosol.component.instruction.JOperandInput
Reads an integer from the byte code stream.
readInt(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads an int value starting at the specified position in this memory.
readInt(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads an int value starting at the specified position in this memory.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Extracts the data of this classfile part from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJConstantValueAttribute
Extracts the data of this attribute from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Extracts the data of this classfile part from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
Extracts the data of this attribute from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.attribute.impl.JUnknownAttribute
Extracts the data of this attribute from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
Extracts the data of this constant pool entry item via the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Extracts the data of this constant pool entry from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Extracts the data of this constant pool entry via the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Extracts the data of this constant pool entry from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
Extracts the data of this constant pool entry from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Extracts the data of this constant pool entry via the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Extracts the data of this constant pool entry from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Extracts the data of this constant pool entry via the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Extracts the data of this constant pool entry from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Extracts the data of this classfile item via the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Extracts the data of this constant pool entry from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantUtf8
Extracts the data of this constant pool entry from the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Extracts the data of this classfile item via the specified input stream.
readItem(JClassFileInput) - Method in interface fr.umlv.corosol.classfile.JClassFileItem
Extracts the data of this classfile item via the specified input stream.
readItem(JClassFileInput) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Extracts the data of this classfile part from the specified input stream.
readLong(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads a long value starting at the specified position in this heap.
readLong(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads a long value starting at the specified position in this heap.
readLong(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads a long value starting at the specified position in this memory.
readLong(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads a long value starting at the specified position in this memory.
readOperands(byte[], int, int) - Method in class fr.umlv.corosol.classfile.bytecode.impl.DefaultJBytecodeParser
Reads up to len operand of the current instruction, read with the nextOpcode method, into an array of bytes.
readOperands(byte[], int, int) - Method in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
Reads up to len operand of the current instruction, read with the nextOpcode method, into an array of bytes.
readReference(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads a reference value starting at the specified position in this heap and returns the object it referents to.
readReference(JHeap, int) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Reads a reference value starting at the specified position in the specified heap and returns the object it referents to.
readReference(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads a reference value starting at the specified position in this memory and returns the object it referents to.
readReference(JHeap, int) - Method in interface fr.umlv.corosol.component.JReferenceManager
Reads a reference value starting at the specified position in the specified heap and returns the object it referents to.
readReference(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads a reference value starting at the specified position in this memory and returns the object it referents to.
readReference(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads a reference value starting at the specified position in this memory and returns the object it referents to.
readShort(int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Reads a short value starting at the specified position in this heap.
readShort(int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Reads a short value starting at the specified position in this heap.
readShort() - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJOperandInput
Reads a short integer from the byte code stream.
readShort() - Method in class fr.umlv.corosol.component.instruction.impl.SimpleJOperandInput
Reads a short integer from the byte code stream.
readShort() - Method in interface fr.umlv.corosol.component.instruction.JOperandInput
Reads a short integer from the byte code stream.
readShort(int) - Method in interface fr.umlv.corosol.memory.JMemory
Reads a short value starting at the specified position in this memory.
readShort(int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Reads a short value starting at the specified position in this memory.
readUnsignedByte() - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJOperandInput
Reads an unsigned byte from the byte code stream.
readUnsignedByte() - Method in class fr.umlv.corosol.component.instruction.impl.SimpleJOperandInput
Reads an unsigned byte from the byte code stream.
readUnsignedByte() - Method in interface fr.umlv.corosol.component.instruction.JOperandInput
Reads an unsigned byte from the byte code stream.
RealJMethodInvoker - Class in fr.umlv.corosol.component.impl
The real implementation of the JMethodInvoker interface.
RealJMethodInvoker() - Constructor for class fr.umlv.corosol.component.impl.RealJMethodInvoker
 
removeAttribute(String) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Removes the attribute whose name is specified.
removeAttribute(String) - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Removes the attribute whose name is specified.
removeDefaultConstructor() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Removes the default constructor of the class defined by this class file.
removeDefaultConstructor() - Method in interface fr.umlv.corosol.classfile.JClassFile
Removes the default constructor of the class defined by this class file.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.impl.AbstractJVMComponent
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Replaces the data of this heap by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.impl.DefaultJLayoutFactory
Replaces the data of this layout factory by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Replaces the data of this heap by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Replaces the data of this scheduler by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.impl.JSimpleHeapAllocator
Replaces the data of this allocator by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Replaces the data of this heap by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.AbstractJInstruction
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AConst_Null
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ANewArray
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AReturn
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ArrayLength
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AStore_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.AThrow
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.BALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.BAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.BIPush
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.CALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.CAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.CheckCast
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.D2F
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.D2I
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.D2L
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DAdd
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DCmpG
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DCmpL
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DConst_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DConst_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DDiv
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DMul
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DNeg
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DRem
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DReturn
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DStore_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.DSub
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Dup
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.F2D
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.F2I
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.F2L
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FAdd
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FCmpG
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FCmpL
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FConst_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FDiv
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FMul
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FNeg
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FRem
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FReturn
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FStore_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.FSub
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.GetField
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.GetStatic
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Goto
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Goto_W
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.I2B
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.I2C
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.I2D
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.I2F
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.I2L
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.I2S
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IAdd
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IAND
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_4
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_5
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IConst_M1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IDiv
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfEq
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfGE
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfGT
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGE
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGT
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfLE
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfLT
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfNE
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfNonNull
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IfNull
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IInc
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IMul
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.INeg
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.InstanceOf
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeSpecial
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeStatic
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.InvokeVirtual
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IOR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IRem
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IReturn
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IShL
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IShR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IStore_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.ISub
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IUShR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.IXOR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.JDK1_5New
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.JSR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.JSR_W
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.L2D
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.L2F
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.L2I
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LAdd
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LAND
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LCmp
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LConst_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LConst_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LdC
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LdC2_W
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LdC_W
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LDiv
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LMul
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LNeg
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LookupSwitch
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LOR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LRem
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LReturn
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LShL
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LShR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_0
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_1
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LStore_3
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LSub
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LUShR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.LXOR
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.MonitorEnter
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.MonitorExit
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.New
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.NewArray
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.NOp
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Pop
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Pop2
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.PutField
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.PutStatic
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Ret
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Return
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.SALoad
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.SAStore
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.SIPush
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Swap
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.TableSwitch
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in class fr.umlv.corosol.component.instruction.impl.Wide
Replaces the data of this component by the data of the specified component.
replace(JVMComponent) - Method in interface fr.umlv.corosol.component.JVMComponent
Replaces the data of this component by the data of the specified component.
replaceComponent(JVMComponent) - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Replaces a component into the JVM.
replaceComponent(JVMComponent) - Method in interface fr.umlv.corosol.component.JVirtualMachine
Replaces a component into the JVM.
resolveClass(JClass, String) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Executes the dynamic resolution of the class name from the specified class.
resolveClass(JClass, String) - Method in interface fr.umlv.corosol.component.JClassLoader
Executes the dynamic resolution of the class name from the specified class.
resolveField(JClass, String, String) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Executes the dynamic resolution of the field name from the specified class.
resolveField(JClass, String, String) - Method in interface fr.umlv.corosol.component.JClassLoader
Executes the dynamic resolution of the field name from the specified class.
resolveInterfaceMethod(JClass, String, String, String) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Executes the dynamic resolution of the interface method name from the specified class.
resolveInterfaceMethod(JClass, String, String, String) - Method in interface fr.umlv.corosol.component.JClassLoader
Executes the dynamic resolution of the interface method name from the specified class.
resolveMethod(JClass, String, String, String) - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Executes the dynamic resolution of the method name from the specified class.
resolveMethod(JClass, String, String, String) - Method in interface fr.umlv.corosol.component.JClassLoader
Executes the dynamic resolution of the method name from the specified class.
restoreContext() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Restores the thread to its previous execution context.
restoreContext() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Restores the thread to its previous execution context.
restoreContext() - Method in interface fr.umlv.corosol.component.JThread
Restores the thread to its previous execution context.
RET - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The ret instruction opcode.
Ret - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the ret instruction.
Ret() - Constructor for class fr.umlv.corosol.component.instruction.impl.Ret
Creates a new Ret object.
RET - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The ret opcode.
RETURN - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The return instruction opcode.
Return - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the return instruction.
Return() - Constructor for class fr.umlv.corosol.component.instruction.impl.Return
Creates a new Return object.
RETURN - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The return opcode.

S

SALOAD - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The saload instruction opcode.
SALoad - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the saload instruction.
SALoad() - Constructor for class fr.umlv.corosol.component.instruction.impl.SALoad
Creates a new SALoad object.
SALOAD - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The saload opcode.
SASTORE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The sastore instruction opcode.
SAStore - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the sastore instruction.
SAStore() - Constructor for class fr.umlv.corosol.component.instruction.impl.SAStore
Creates a new SAStore object.
SASTORE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The sastore opcode.
schedule() - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Starts the thread managing loops of this scheduler.
schedule() - Method in interface fr.umlv.corosol.component.JScheduler
Starts the thread managing loops of this scheduler.
set(JClassInstance, JHeapObject) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the field represented by this JField object on the specified object argument to the specified new value.
set(JClassInstance, JHeapObject) - Method in interface fr.umlv.corosol.component.JField
Sets the field represented by this JField object on the specified object argument to the specified new value.
set(JProxy, Object, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the object field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the reference of o.
setAccessFlags(int) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the mask of flags used to denote access permissions to and properties of the class or interface represented by this JClassFile object.
setAccessFlags(int) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the mask of flags used to denote access permissions to and properties of the class or interface represented by this JClassFile object.
setAccessFlags(int) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Sets the mask of flags used to denote access permission to and properties of this class member.
setAccessFlags(int) - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Sets the mask of flags used to denote access permission to and properties of this class member.
setAttributes(JAttribute[]) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Sets the optional attributes associated with this Code attribute.
setAttributes(JAttribute[]) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Sets the optional attributes associated with this Code attribute.
setAttributes(JAttribute[]) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Sets the array of attributes of this class member.
setAttributes(JAttribute[]) - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Sets the array of attributes of this class member.
setBoolean(boolean, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified boolean value.
setBoolean(JField, boolean) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified boolean value.
setBoolean(JClassInstance, boolean) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a boolean on the specified object.
setBoolean(boolean, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified boolean value.
setBoolean(JField, boolean) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified boolean value.
setBoolean(boolean, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified boolean value.
setBoolean(JField, boolean) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified boolean value.
setBoolean(JClassInstance, boolean) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a boolean on the specified object.
setBoolean(JProxy, boolean, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified boolean value.
setByte(byte, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified byte value.
setByte(JField, byte) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified byte value.
setByte(JClassInstance, byte) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a byte on the specified object.
setByte(byte, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified byte value.
setByte(JField, byte) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified byte value.
setByte(byte, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified byte value.
setByte(JField, byte) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified byte value.
setByte(JClassInstance, byte) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a byte on the specified object.
setByte(JProxy, byte, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified byte value.
setByteCode(byte[]) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Sets the bytecode of a method whith the specified byte array.
setByteCode(byte[]) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Sets the bytecode of a method whith the specified byte array.
setCatchType(String) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Sets the index into the constant pool indicating the class of exceptions specified by name that a method is designated to catch.
setCatchType(String) - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Sets the index into the constant pool indicating the class of exceptions specified by name that a method is designated to catch.
setCatchTypeIndex(int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Sets the index into the constant pool indicating a class of exceptions that a method is designated to catch.
setCatchTypeIndex(int) - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Sets the index into the constant pool indicating a class of exceptions that a method is designated to catch.
setChar(char, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified char value.
setChar(JField, char) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified char value.
setChar(JClassInstance, char) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a char on the specified object.
setChar(char, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified char value.
setChar(JField, char) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified char value.
setChar(char, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified char value.
setChar(JField, char) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified char value.
setChar(JClassInstance, char) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a char on the specified object.
setChar(JProxy, char, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified char value.
setClassIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Sets the index of a CONSTANT_Class_info entry representing a valid fully qualified class or interface name.
setClassIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Sets the index of a CONSTANT_Class_info entry representing a valid fully qualified interface name.
setClassIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Sets the index of a CONSTANT_Class_info entry representing a valid fully qualified class name.
setClassIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
Sets the index of a CONSTANT_Class_info entry representing a valid fully qualified class or interface name.
setClassIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
Sets the index of a CONSTANT_Class_info entry representing a valid fully qualified interface name.
setClassIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
Sets the index of a CONSTANT_Class_info entry representing a valid fully qualified class name.
setConstantPool(JConstantPool) - Method in class fr.umlv.corosol.classfile.attribute.impl.AbstractJAttribute
Sets the constant pool of this classfile attribute.
setConstantPool(JConstantPool) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Sets the constant pool of this classfile item.
setConstantPool(JConstantPool) - Method in class fr.umlv.corosol.classfile.constant.impl.AbstractJConstant
Sets the constant pool of this constant pool entry.
setConstantPool(JConstantPool) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Sets the constant pool of this classfile item.
setConstantPool(JConstantPool) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the constant pool of the class represented by this JClassFile object.
setConstantPool(JConstantPool) - Method in interface fr.umlv.corosol.classfile.JClassFileItem
Sets the constant pool of this classfile item.
setConstantPool(JConstantPool) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Sets the constant pool of this classfile item.
setDeclaredConstructors(JClassMember[]) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the constructors of the class defined by this class file.
setDeclaredConstructors(JClassMember[]) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the constructors of the class defined by this class file.
setDeclaredFields(JClassMember[]) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the declared fields of the class defined by this class file.
setDeclaredFields(JClassMember[]) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the declared fields of the class defined by this class file.
setDeclaredMethods(JClassMember[]) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the methods of the class defined by this class file.
setDeclaredMethods(JClassMember[]) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the methods of the class defined by this class file.
setDescriptorIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Sets the index of a CONSTANT_Utf8_info entry representing a field or method descriptor.
setDescriptorIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantNameAndType
Sets the index of a CONSTANT_Utf8_info entry representing a field or method descriptor.
setDescriptorIndex(int) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Sets the index of the CONSTANT_Utf8_info constant pool entry, representing the descriptor of this class member.
setDescriptorIndex(int) - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Sets the index of the CONSTANT_Utf8_info constant pool entry, representing the descriptor of this class member.
setDouble(double, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified double value.
setDouble(JField, double) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified double value.
setDouble(JClassInstance, double) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a double on the specified object.
setDouble(double, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified double value.
setDouble(JField, double) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified double value.
setDouble(double, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified double value.
setDouble(JField, double) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified double value.
setDouble(JClassInstance, double) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a double on the specified object.
setDouble(JProxy, double, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified double value.
setDoubleValue(double) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Sets the double value stored in this constant pool entry with the specified value.
setDoubleValue(double) - Method in interface fr.umlv.corosol.classfile.constant.JConstantDouble
Sets the double value stored in this constant pool entry with the specified value.
setEndPC(int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Sets the end position in the byte code array at which the exception handler is active.
setEndPC(int) - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Sets the end position in the byte code array at which the exception handler is active.
setExceptionHandlers(JExceptionHandler[]) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Sets the exception handlers in the byte code of a method.
setExceptionHandlers(JExceptionHandler[]) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Sets the exception handlers in the byte code of a method.
setExceptionNames(String[]) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
Sets the names of the checked exceptions a method may throw.
setExceptionNames(String[]) - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionsAttribute
Sets the names of the checked exceptions a method may throw.
setFloat(float, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified float value.
setFloat(JField, float) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified float value.
setFloat(JClassInstance, float) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a float on the specified object.
setFloat(float, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified float value.
setFloat(JField, float) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified float value.
setFloat(float, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified float value.
setFloat(JField, float) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified float value.
setFloat(JClassInstance, float) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a float on the specified object.
setFloat(JProxy, float, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified float value.
setFloatValue(float) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Sets the float value stored in this constant pool entry with the specified value.
setFloatValue(float) - Method in interface fr.umlv.corosol.classfile.constant.JConstantFloat
Sets the float value stored in this constant pool entry with the specified value.
setHandlerPC(int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Sets the start of this exception handler into the byte code array.
setHandlerPC(int) - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Sets the start of this exception handler into the byte code array.
setInt(int, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified int value.
setInt(JField, int) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified int value.
setInt(JClassInstance, int) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a int on the specified object.
setInt(int, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified int value.
setInt(JField, int) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified int value.
setInt(int, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified int value.
setInt(JField, int) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified int value.
setInt(JClassInstance, int) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a int on the specified object.
setInt(JProxy, int, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified int value.
setInterfaceIndex(int[]) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the array containing index of constant pool entry describing a super interface of the class defined by this class file.
setInterfaceIndex(int[]) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the array containing index of constant pool entry describing a super interface of the class defined by this class file.
setIntValue(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
Sets the int value stored in this constant pool entry with the specified value.
setIntValue(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantInteger
Sets the int value stored in this constant pool entry with the specified value.
setLayout(JArrayLayout) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the layout of the array representing by this JArray object.
setLayout(JClassLayout) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the layout of the object representing by this JClassInstance object.
setLayout(JArrayLayout) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the layout of the array representing by this JArray object.
setLayout(JClassLayout) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the layout of the object representing by this JClassInstance object.
setLayout(JArrayLayout) - Method in interface fr.umlv.corosol.component.JArray
Sets the layout of the array representing by this JArray object.
setLayout(JClassLayout) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the layout of the object representing by this JClassInstance object.
setLong(long, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified long value.
setLong(JField, long) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified long value.
setLong(JClassInstance, long) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a long on the specified object.
setLong(long, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified long value.
setLong(JField, long) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified long value.
setLong(long, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified long value.
setLong(JField, long) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified long value.
setLong(JClassInstance, long) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a long on the specified object.
setLong(JProxy, long, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified long value.
setLongValue(long) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Sets the long value stored in this constant pool entry with the specified value.
setLongValue(long) - Method in interface fr.umlv.corosol.classfile.constant.JConstantLong
Sets the long value stored in this constant pool entry with the specified value.
setMajorVersion(int) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the major version of the classfile.
setMajorVersion(int) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the major version of the classfile.
setMaxLocals(int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Sets the number of local variables in the local variable array allocated upon invocation of a method, including the local variables used to pass parameters to this method on its invocation.
setMaxLocals(int) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Sets the number of local variables in the local variable array allocated upon invocation of a method, including the local variables used to pass parameters to this method on its invocation.
setMaxStack(int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Sets the maximum depth of the operand stack at any point during execution of a method.
setMaxStack(int) - Method in interface fr.umlv.corosol.classfile.attribute.JCodeAttribute
Sets the maximum depth of the operand stack at any point during execution of a method.
setMinorVersion(int) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the minor version of the classfile.
setMinorVersion(int) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the minor version of the classfile.
setName(String) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the name of the class represented by this class file.
setName(String) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the name of the class represented by this class file.
setNameAndTypeIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Sets the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of a field.
setNameAndTypeIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Sets the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of an interface method.
setNameAndTypeIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Sets the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of a method.
setNameAndTypeIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
Sets the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of a field.
setNameAndTypeIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
Sets the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of an interface method.
setNameAndTypeIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
Sets the index of a CONSTANT_NameAndType_info entry representing the name and the descriptor of a method.
setNameIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
Sets the index of the CONSTANT_Utf8_info entry representing a valid fully qualified class or interface name.
setNameIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Sets the index of a CONSTANT_Utf8_info entry representing a field or method name.
setNameIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantClass
Sets the index of the CONSTANT_Utf8_info entry representing a valid fully qualified class or interface name.
setNameIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantNameAndType
Sets the index of a CONSTANT_Utf8_info entry representing a field or method name.
setNameIndex(int) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Sets the index of the CONSTANT_Utf8_info constant pool entry, representing the name of this class member.
setNameIndex(int) - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Sets the index of the CONSTANT_Utf8_info constant pool entry, representing the name of this class member.
setObject(JHeapObject, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with the reference of the specified object.
setObject(JField, JHeapObject) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the reference of the specified object.
setObject(JHeapObject, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with the reference of the specified object.
setObject(JField, JHeapObject) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the reference of the specified object.
setObject(JHeapObject, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with the reference of the specified object.
setObject(JField, JHeapObject) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the reference of the specified object.
setObject(Object) - Method in interface fr.umlv.corosol.component.proxy.JProxy
Sets the object contained by this proxy object.
setPC(int) - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Sets the program counter with the specified value.
setPC(int) - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Sets the program counter with the specified value.
setPC(int) - Method in interface fr.umlv.corosol.component.JThread
Sets the program counter with the specified value.
setPosition(int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the position of the first byte of the memory allocated for the array representing by this JArray object into the Corosol heap memory.
setPosition(int) - Method in class fr.umlv.corosol.component.impl.DefaultJavaStack
Sets the position of the first byte of the memory allocated for the Java stack representing by this JavaStack object into the Corosol heap memory.
setPosition(int) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the position of the first byte of the memory allocated for the object representing by this JClassInstance object into the Corosol heap memory.
setPosition(int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the position of the first byte of the memory allocated for the array representing by this JArray object into the Corosol heap memory.
setPosition(int) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the position of the first byte of the memory allocated for the object representing by this JClassInstance object into the Corosol heap memory.
setPosition(int) - Method in class fr.umlv.corosol.component.impl.TypedJavaStack
Sets the position of the first byte of the memory allocated for the Java stack representing by this JavaStack object into the Corosol heap memory.
setPosition(int) - Method in interface fr.umlv.corosol.component.JAllocatable
Sets the position of the first byte of the memory allocated for the object representing by this JAllocatable object into the Corosol heap memory.
setPriority(int) - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Changes the priority of this thread.
setPriority(int) - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Changes the priority of this thread.
setPriority(int) - Method in interface fr.umlv.corosol.component.JThread
Changes the priority of this thread.
setResolvedField(JField) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
 
setResolvedField(JField) - Method in interface fr.umlv.corosol.classfile.constant.JConstantFieldref
 
setResolvedMethod(JMethod) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
 
setResolvedMethod(JClassMethod) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
 
setResolvedMethod(JMethod) - Method in interface fr.umlv.corosol.classfile.constant.JConstantInterfaceMethodref
 
setResolvedMethod(JClassMethod) - Method in interface fr.umlv.corosol.classfile.constant.JConstantMethodref
 
setShort(short, int) - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Sets the specified entry with a specified short value.
setShort(JField, short) - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Sets the specified field with the specified short value.
setShort(JClassInstance, short) - Method in class fr.umlv.corosol.component.impl.DefaultJField
Sets the value of a field as a short on the specified object.
setShort(short, int) - Method in class fr.umlv.corosol.component.impl.NativeArray
Sets the specified entry with a specified short value.
setShort(JField, short) - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Sets the specified field with the specified short value.
setShort(short, int) - Method in interface fr.umlv.corosol.component.JArray
Sets the specified entry with a specified short value.
setShort(JField, short) - Method in interface fr.umlv.corosol.component.JClassInstance
Sets the specified field with the specified short value.
setShort(JClassInstance, short) - Method in interface fr.umlv.corosol.component.JField
Sets the value of a field as a short on the specified object.
setShort(JProxy, short, int) - Static method in class fr.umlv.corosol.component.proxy.impl.JFieldHelper
Sets the field of the class instance nested by the specified proxy object and allocated in the Corosol JVM heap with the specified short value.
setStartPC(int) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Sets the start position in the byte code array at which the exception handler is active.
setStartPC(int) - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Sets the start position in the byte code array at which the exception handler is active.
setString(String) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantUtf8
Sets this entry with the Utf8 character sequence of the specified String object.
setString(String) - Method in interface fr.umlv.corosol.classfile.constant.JConstantUtf8
Sets this entry with the Utf8 character sequence of the specified String object.
setStringIndex(int) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Sets the index of the CONSTANT_Utf8_info entry representing the sequence of characters which will initialize a String object.
setStringIndex(int) - Method in interface fr.umlv.corosol.classfile.constant.JConstantString
Sets the index of the CONSTANT_Utf8_info entry representing the sequence of characters which will initialize a String object.
setSuperclassIndex(int) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the index into a CONSTANT_Class_info constant pool entry representing the superclass of the class defined by this class file.
setSuperclassIndex(int) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the index into a CONSTANT_Class_info constant pool entry representing the superclass of the class defined by this class file.
setSuperclassName(String) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the name of the superclass of the class represented by this class file.
setSuperclassName(String) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the name of the superclass of the class represented by this class file.
setThisClassIndex(int) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Sets the index into a CONSTANT_Class_info constant pool entry representing the class or interface defined by this class file.
setThisClassIndex(int) - Method in interface fr.umlv.corosol.classfile.JClassFile
Sets the index into a CONSTANT_Class_info constant pool entry representing the class or interface defined by this class file.
SHORT - Static variable in class fr.umlv.corosol.component.Descriptor
The short descriptor.
SHORT - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type short.
ShortClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the short.class.
ShortClass() - Constructor for class fr.umlv.corosol.component.impl.ShortClass
Creates a new ShortClass object.
SimpleJOperandInput - Class in fr.umlv.corosol.component.instruction.impl
 
SimpleJOperandInput() - Constructor for class fr.umlv.corosol.component.instruction.impl.SimpleJOperandInput
 
SIPUSH - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The sipush instruction opcode.
SIPush - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the sipush instruction.
SIPush() - Constructor for class fr.umlv.corosol.component.instruction.impl.SIPush
Creates a new SIPush object.
SIPUSH - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The sipush opcode.
size() - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Returns the number of bytes composing this heap.
size() - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Returns the number of bytes composing this heap.
size() - Method in interface fr.umlv.corosol.memory.JMemory
Returns the number of bytes composing this memory.
size() - Method in class fr.umlv.corosol.memory.JTypedMemory
Returns the number of bytes composing this memory.
sizeof(JClass) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Returns the number of bytes necessary to represent the specified type.
sizeof(JClass) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Returns the number of bytes of the specified type.
sizeof(JClass) - Method in interface fr.umlv.corosol.memory.JMemory
Returns the number of bytes of the specified type.
sizeof(JClass) - Method in class fr.umlv.corosol.memory.JTypedMemory
Returns the number of bytes of the specified type.
sizeofReference(JHeap) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Returns the size of a reference value the size in bytes into the specified Corosol heap.
sizeofReference(JHeap) - Method in interface fr.umlv.corosol.component.JReferenceManager
Returns the size of a reference value the size in bytes into the specified Corosol heap.
skipNullBytes() - Method in class fr.umlv.corosol.component.instruction.impl.DefaultJOperandInput
Skips the padding bytes following the lookupswitch and tableswitch instruction.
skipNullBytes() - Method in class fr.umlv.corosol.component.instruction.impl.SimpleJOperandInput
Skips the padding bytes following the lookupswitch and tableswitch instruction.
skipNullBytes() - Method in interface fr.umlv.corosol.component.instruction.JOperandInput
Skips the padding bytes following the lookupswitch and tableswitch instruction.
SOURCE_FILE - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing SourceFile attribute.
startUp(String, String[]) - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Executes the class asociated with the given string name.
startUp(String, String[]) - Method in interface fr.umlv.corosol.component.JVirtualMachine
Executes the class asociated with the given string name.
storeDouble(double, int) - Method in interface fr.umlv.corosol.component.JStackFrame
Stores an double value at the specified index into the local variable array of this frame.
storeFloat(float, int) - Method in interface fr.umlv.corosol.component.JStackFrame
Stores an float value at the specified index into the local variable array of this frame.
storeInt(int, int) - Method in interface fr.umlv.corosol.component.JStackFrame
Stores an int value at the specified index into the local variable array of this frame.
storeLong(long, int) - Method in interface fr.umlv.corosol.component.JStackFrame
Stores an long value at the specified index into the local variable array of this frame.
storeReference(JHeapObject, int) - Method in interface fr.umlv.corosol.component.JStackFrame
Stores the reference of the specified object at the specified index into the local variable array of this frame.
StringInstance - Class in fr.umlv.corosol.component.impl
A StringInstance object represents a instance of the java.lang.String class, allocated into the Corosol JVM heap.
StringInstance() - Constructor for class fr.umlv.corosol.component.impl.StringInstance
 
superclassLookup(JClass, String) - Method in class fr.umlv.corosol.component.impl.DefaultJFieldLookup
Looks up the specified field from the super class of the specified class.
superclassLookup(JClass, String, String) - Method in class fr.umlv.corosol.component.impl.DefaultJMethodLookup
Looks up the specified method from the super class of the specified class.
superclassLookup(JClass, String) - Method in interface fr.umlv.corosol.component.JFieldLookup
Looks up the specified field from the super class of the specified class.
superclassLookup(JClass, String, String) - Method in interface fr.umlv.corosol.component.JMethodLookup
Looks up the specified method from the super class of the specified class.
superInterfacesLookup(JClass, String) - Method in class fr.umlv.corosol.component.impl.DefaultJFieldLookup
Looks up the specified field from the super interfaces of the specified class.
superInterfacesLookup(JClass, String, String) - Method in class fr.umlv.corosol.component.impl.DefaultJMethodLookup
Looks up the specified method from the super interfaces of the specified class.
superInterfacesLookup(JClass, String) - Method in interface fr.umlv.corosol.component.JFieldLookup
Looks up the specified field from the super interfaces of the specified class.
superInterfacesLookup(JClass, String, String) - Method in interface fr.umlv.corosol.component.JMethodLookup
Looks up the specified method from the super interfaces of the specified class.
SWAP - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The swap instruction opcode.
Swap - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the swap instruction.
Swap() - Constructor for class fr.umlv.corosol.component.instruction.impl.Swap
Creates a new Swap object.
SWAP - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The swap opcode.
SYNTHETIC - Static variable in interface fr.umlv.corosol.classfile.attribute.JAttribute
The string representing Synthetic attribute.

T

T_BOOLEAN - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of boolean.
T_BYTE - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of byte.
T_CHAR - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of char.
T_DOUBLE - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of double.
T_FLOAT - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of float.
T_INT - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of int.
T_LONG - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of long.
T_SHORT - Static variable in interface fr.umlv.corosol.component.JArray
The tag associated with an array of short.
TABLESWITCH - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The tableswitch instruction opcode.
TableSwitch - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the tableswitch instruction.
TableSwitch() - Constructor for class fr.umlv.corosol.component.instruction.impl.TableSwitch
Creates a new TableSwitch object.
TABLESWITCH - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The tableswitch opcode.
toString() - Method in class fr.umlv.corosol.classfile.attribute.impl.AbstractJAttribute
Returns a string representation of this classfile attribute.
toString() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Returns a string representation of this attribute.
toString() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJConstantValueAttribute
Returns a string representation of this attribute.
toString() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Returns a string representation of this JExceptionHandler object.
toString() - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
Returns a string representation of this attribute.
toString() - Method in class fr.umlv.corosol.classfile.attribute.impl.JUnknownAttribute
Returns a string representation of this attribute.
toString() - Method in interface fr.umlv.corosol.classfile.attribute.JAttribute
Returns a string representation of this attribute.
toString() - Method in interface fr.umlv.corosol.classfile.attribute.JExceptionHandler
Returns a string representation of this JExceptionHandler object.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.AbstractJConstant
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Returns a string representation of this constant pool, containing the String representation of each entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Returns a string representation of this constant pool entry.
toString() - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantUtf8
Returns a string representation of this constant pool entry.
toString() - Method in interface fr.umlv.corosol.classfile.constant.JConstant
Returns a string representation of this constant pool entry.
toString() - Method in interface fr.umlv.corosol.classfile.constant.JConstantPool
Returns a string representation of this constant pool, containing the String representation of each entry.
toString() - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Returns a string representation of this classfile.
toString() - Method in interface fr.umlv.corosol.classfile.JClassFile
Returns a string representation of this classfile.
toString() - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Returns a string representation of this class member.
toString() - Method in interface fr.umlv.corosol.classfile.member.JClassMember
Returns a string representation of this class member.
toString() - Method in class fr.umlv.corosol.component.impl.BooleanClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.ByteClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.CharClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJArray
Returns a String representation of the class instance represented by this JClassInstance object.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJClass
Returns a string describing this DefaultJClass.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJClassInstance
Returns a String representation of the class instance represented by this DefaultJClassInstance object.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJClassLoader
Returns a string representation of this class loader and its components.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJConstructor
Returns a string describing this JMethod.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJField
Returns a string describing this DefaultJField.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJFieldLookup
Returns a string representation of this field lookup.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Returns a string representation of the heap.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJMethod
Returns a string describing this JMethod.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJMethodInvoker
Returns a string representation of this JMethodInvoker object.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJMethodLookup
Returns a string representation of this method lookup.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJScheduler
Returns a string representation of this scheduler.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJThread
Returns a String representation of this thread.
toString() - Method in class fr.umlv.corosol.component.impl.DefaultJVirtualMachine
Returns a string representation of the JVM.
toString() - Method in class fr.umlv.corosol.component.impl.DoubleClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.FloatClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.IntClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.JArrayClass
Returns a string describing this JArrayClass.
toString() - Method in class fr.umlv.corosol.component.impl.LongClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.NativeClassInstance
Returns a String representation of the undelaying object.
toString() - Method in class fr.umlv.corosol.component.impl.ShortClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.impl.VerboseJThread
Returns a String representation of this thread.
toString() - Method in class fr.umlv.corosol.component.impl.VoidClass
Returns a String representation of this class.
toString() - Method in class fr.umlv.corosol.component.instruction.AbstractJInstruction
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AConst_Null
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ALoad_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ANewArray
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AReturn
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ArrayLength
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AStore_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.AThrow
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.BALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.BAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.BIPush
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.CALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.CAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.CheckCast
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.D2F
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.D2I
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.D2L
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DAdd
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpG
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DCmpL
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DConst_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DDiv
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DLoad_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DMul
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DNeg
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DRem
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DReturn
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DStore_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.DSub
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Dup
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Dup2_X2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Dup_X2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.F2D
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.F2I
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.F2L
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FAdd
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpG
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FCmpL
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FConst_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FDiv
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FLoad_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FMul
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FNeg
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FRem
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FReturn
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FStore_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.FSub
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.GetField
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.GetStatic
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Goto
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Goto_W
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.I2B
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.I2C
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.I2D
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.I2F
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.I2L
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.I2S
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IAdd
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IAND
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_4
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_5
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IConst_M1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IDiv
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpEq
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfACmpNE
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfEq
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfGE
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfGT
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpEq
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGE
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpGT
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLE
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpLT
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfICmpNE
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfLE
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfLT
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfNE
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfNonNull
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IfNull
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IInc
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ILoad_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IMul
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.INeg
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.InstanceOf
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeInterface
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeSpecial
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeStatic
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.InvokeVirtual
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IOR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IRem
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IReturn
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IShL
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IShR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IStore_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.ISub
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IUShR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.IXOR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.JDK1_5New
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.JSR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.JSR_W
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.L2D
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.L2F
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.L2I
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LAdd
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LAND
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LCmp
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LConst_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LConst_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LdC
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LdC2_W
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LdC_W
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LDiv
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LLoad_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LMul
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LNeg
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LookupSwitch
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LOR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LRem
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LReturn
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LShL
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LShR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_0
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_1
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LStore_3
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LSub
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LUShR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.LXOR
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.MonitorEnter
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.MonitorExit
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.MultiANewArray
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.New
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.NewArray
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.NOp
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Pop
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Pop2
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.PutField
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.PutStatic
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Ret
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Return
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.SALoad
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.SAStore
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.SIPush
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Swap
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.TableSwitch
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.component.instruction.impl.Wide
Returns a string representation of this instruction.
toString() - Method in class fr.umlv.corosol.repository.impl.DefaultJImplementationRepository
Returns a string representation of this repository.
TypedJavaStack - Class in fr.umlv.corosol.component.impl
The typed implementation of the JavaStack interface which represents a thread stack.
TypedJavaStack(JHeap) - Constructor for class fr.umlv.corosol.component.impl.TypedJavaStack
Creates a new java stack allocated into the specified heap.

U

updateLayouts(JHeap) - Method in class fr.umlv.corosol.component.impl.DefaultJLayoutFactory
Updates the layouts.
updateLayouts(JHeap) - Method in interface fr.umlv.corosol.component.JLayoutFactory
Updates the layouts.

V

VerboseJMethodInvoker - Class in fr.umlv.corosol.component.impl
The verbose implementation of the JMethodInvoker interface.
VerboseJMethodInvoker() - Constructor for class fr.umlv.corosol.component.impl.VerboseJMethodInvoker
The default constructor.
VerboseJThread - Class in fr.umlv.corosol.component.impl
The verbose implementation of the JThread interface.
VerboseJThread() - Constructor for class fr.umlv.corosol.component.impl.VerboseJThread
The default constructor.
VerboseRealJMethodInvoker - Class in fr.umlv.corosol.component.impl
The verbose implementation of the RealJMethodInvoker interface.
VerboseRealJMethodInvoker() - Constructor for class fr.umlv.corosol.component.impl.VerboseRealJMethodInvoker
The default constructor.
VOID - Static variable in class fr.umlv.corosol.component.Descriptor
The void descriptor.
VOID - Static variable in class fr.umlv.corosol.component.JPrimitiveClass
The JClass instance representing the primitive type void.
VoidClass - Class in fr.umlv.corosol.component.impl
This class is the default implementation of the void.class.
VoidClass() - Constructor for class fr.umlv.corosol.component.impl.VoidClass
Creates a new VoidClass object.

W

WIDE - Static variable in interface fr.umlv.corosol.classfile.bytecode.JBytecodeParser
The wide instruction opcode.
Wide - Class in fr.umlv.corosol.component.instruction.impl
The implementation of the wide instruction.
Wide() - Constructor for class fr.umlv.corosol.component.instruction.impl.Wide
Creates a new Wide object.
WIDE - Static variable in interface fr.umlv.corosol.component.instruction.JInstruction
The wide opcode.
wrapNativeObject(Object) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Returns the specified object (class instance or array) allocated into the underlaying JVM heap as a JHeapObject object and assigns a new reference to this new object.
wrapNativeObject(Object) - Method in interface fr.umlv.corosol.component.JReferenceManager
Returns the specified object (class instance or array) allocated into the underlaying JVM heap as a JHeapObject object and assigns a new reference to this new object.
wrapPC(int) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Returns the returnAddress value corresponding to the specified program counter.
wrapPC(int) - Method in interface fr.umlv.corosol.component.JReferenceManager
Returns the returnAddress value corresponding to the specified program counter.
writeBoolean(int, boolean) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified boolean value at the specified position in this memory.
writeBoolean(int, boolean) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified boolean value at the specified position in this heap.
writeBoolean(int, boolean) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified boolean value at the specified position in this memory.
writeBoolean(int, boolean) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified boolean value at the specified position in this memory.
writeByte(int, byte) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified byte value at the specified position in this memory.
writeByte(int, byte) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified byte value at the specified position in this heap.
writeByte(int, byte) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified byte value at the specified position in this memory.
writeByte(int, byte) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified byte value at the specified position in this memory.
writeChar(int, char) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified char value at the specified position in this memory.
writeChar(int, char) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified char value at the specified position in this heap.
writeChar(int, char) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified char value at the specified position in this memory.
writeChar(int, char) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified char value at the specified position in this memory.
writeClassFileItem(JClassFileItem) - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileOutputStream
Writes the specified class file item into the classfile.
writeClassFileItem(JClassFileItem) - Method in interface fr.umlv.corosol.classfile.io.JClassFileOutput
Writes the specified class file item into the classfile.
writeConstant(JConstant) - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileOutputStream
Writes a constant pool entry in the classfile.
writeConstant(JConstant) - Method in interface fr.umlv.corosol.classfile.io.JClassFileOutput
Writes a constant pool entry in the classfile.
writeConstantPool(JConstantPool) - Method in class fr.umlv.corosol.classfile.io.impl.JClassFileOutputStream
Writes the constant pool in the classfile.
writeConstantPool(JConstantPool) - Method in interface fr.umlv.corosol.classfile.io.JClassFileOutput
Writes the constant pool in the classfile.
writeDouble(int, double) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified double at the specified position in this heap.
writeDouble(int, double) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified double at the specified position in this heap.
writeDouble(int, double) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified double at the specified position in this memory.
writeDouble(int, double) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified double at the specified position in this memory.
writeFloat(int, float) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified float at the specified position in this heap.
writeFloat(int, float) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified float at the specified position in this heap.
writeFloat(int, float) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified float at the specified position in this memory.
writeFloat(int, float) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified float at the specified position in this memory.
writeInt(int, int) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified int value at the specified position in this heap.
writeInt(int, int) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified int value at the specified position in this heap.
writeInt(int, int) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified int value at the specified position in this memory.
writeInt(int, int) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified int value at the specified position in this memory.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJCodeAttribute
Writes the data of this attribute into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJConstantValueAttribute
Writes the data of this attribute into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionHandler
Writes the data of this classfile item into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.attribute.impl.DefaultJExceptionsAttribute
Writes the data of this attribute into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.attribute.impl.JUnknownAttribute
Writes the data of this attribute into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantClass
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantDouble
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFieldref
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantFloat
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInteger
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantInterfaceMethodref
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantLong
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantMethodref
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantNameAndType
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantPool
Writes the data of this classfile part into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantString
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.constant.impl.DefaultJConstantUtf8
Writes the data of this constant pool entry to a classfile via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.impl.DefaultJClassFile
Writes the data of this classfile into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in interface fr.umlv.corosol.classfile.JClassFileItem
Writes the data of this classfile part into a file via the specified output stream.
writeItem(JClassFileOutput) - Method in class fr.umlv.corosol.classfile.member.impl.DefaultJClassMember
Writes the data of this classfile part into a file via the specified output stream.
writeLong(int, long) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified long at the specified position in this heap.
writeLong(int, long) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified long at the specified position in this heap.
writeLong(int, long) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified long at the specified position in this memory.
writeLong(int, long) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified long at the specified position in this memory.
writeReference(int, JHeapObject) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the reference of the specified object at the specified position in this heap.
writeReference(JHeap, int, JHeapObject) - Method in class fr.umlv.corosol.component.impl.DefaultJReferenceManager
Writes the reference of the specified object at the specified position in the specified heap.
writeReference(int, JHeapObject) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the reference of the specified object at the specified position in this heap.
writeReference(JHeap, int, JHeapObject) - Method in interface fr.umlv.corosol.component.JReferenceManager
Writes the reference of the specified object at the specified position in the specified heap.
writeReference(int, JHeapObject) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the reference of the specified object at the specified position in this memory.
writeReference(int, JHeapObject) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the reference of the specified object at the specified position in this memory.
writeShort(int, short) - Method in class fr.umlv.corosol.component.impl.DefaultJHeap
Writes the specified short value at the specified position in this memory.
writeShort(int, short) - Method in class fr.umlv.corosol.component.impl.JTypedHeap
Writes the specified short value at the specified position in this heap.
writeShort(int, short) - Method in interface fr.umlv.corosol.memory.JMemory
Writes the specified short value at the specified position in this memory.
writeShort(int, short) - Method in class fr.umlv.corosol.memory.JTypedMemory
Writes the specified short value at the specified position in this memory.

A B C D E F G H I J L M N P R S T U V W