Package fr.umlv.corosol.component.impl

Class Summary
AbstractJVMComponent This class is an abstract implementation of the JVMComponent interface.
BooleanClass This class is the default implementation of the boolean.class.
ByteClass This class is the default implementation of the byte.class.
CharClass This class is the default implementation of the char.class.
DefaultJArray The default implementation of the JArray interface representing an array allocated into the Corosol heap.
DefaultJavaStack The default implementation of the JavaStack interface which represents a thread stack.
DefaultJClass A DefaultJClass represents a JClass object for an instance class.
DefaultJClassInstance This is the default implementation of the DefaultJClassInstance interface.
DefaultJClassLoader This class represents the default implementation of the fr.umlv.corosol.component.JClassLoader interface.
DefaultJConstructor This is the default implementation of the JConstructor interface.
DefaultJField This is the default implementation of the JField interface.
DefaultJFieldLookup The default implementation of the JFieldLookup interface.
DefaultJHeap The DefaultJHeap class is the default implementation of the JHeap interface.
DefaultJLayoutFactory A JLayout factory.
DefaultJMethod This is the default implementation of the JMethod interface.
DefaultJMethodInvoker The default implementation of the JMethodInvoker interface.
DefaultJMethodLookup The default implementation of the JMethodLookup interface.
DefaultJReferenceManager This is the default implementation of the JReferenceManager interface.
DefaultJScheduler This is the default implementation of the JScheduler interface.
DefaultJThread The default implementation of the JThread interface.
DefaultJVirtualMachine The default implementation of the fr.umlv.corosol.component.JVirtualMachine interface.
DoubleClass This class is the default implementation of the double.class.
FloatClass This class is the default implementation of the float.class.
IntClass This class is the default implementation of the int.class.
JArrayClass A JArrayClass represents a JClass object for an array.
JDK1_5JArrayClass A JDK1_5JArrayClass represents a JClass object for an array.
JDK1_5JClass A JDK1_5JClass represents a JClass object for an instance class.
JDK1_5JClassLoader This class represents the jdk1.5 implementation of the fr.umlv.corosol.component.JClassLoader interface.
JSimpleHeapAllocator A JHeapAllocator represents an allocator for the memory heap.
JTypedHeap A typed heap memory area.
LongClass This class is the default implementation of the long.class.
NativeArray A NativeArray object represents an array not allocated in the Corosol JVM heap.
NativeClassInstance A NativeClassInstance object represents an object not allocated in the Corosol JVM heap.
RealJMethodInvoker The real implementation of the JMethodInvoker interface.
ShortClass This class is the default implementation of the short.class.
StringInstance A StringInstance object represents a instance of the java.lang.String class, allocated into the Corosol JVM heap.
TypedJavaStack The typed implementation of the JavaStack interface which represents a thread stack.
VerboseJMethodInvoker The verbose implementation of the JMethodInvoker interface.
VerboseJThread The verbose implementation of the JThread interface.
VerboseRealJMethodInvoker The verbose implementation of the RealJMethodInvoker interface.
VoidClass This class is the default implementation of the void.class.