Uses of Package
koala.dynamicjava.classfile

Packages that use koala.dynamicjava.classfile
koala.dynamicjava.classfile Contains all the classes for creating general purpose bytecode classes. 
koala.dynamicjava.interpreter Contains the classes for interpreting Java language statements. 
 

Classes in koala.dynamicjava.classfile used by koala.dynamicjava.classfile
AbstractMethodIdentifier
          The classes derived from this one are used to represents a method
AttributeInfo
          The classes derived from this one represents bytecode attributes
AttributeOwnerComponent
          This class represents a component of the bytecode 'ClassFile' format that contains attributes
BytecodeComponent
          This class represents a component of the bytecode 'ClassFile' format
ClassIdentifier
          This class represents a class in the JVM internal format
CodeAttribute
          This class represents a method code attribute
ConstantPool
          This class represents JVM bytecode constant pools
ConstantString
          This class represents a constant string
ExceptionsAttribute
          This class represents a method exceptions attribute
FieldIdentifier
          This class is used to represents a field
FieldInfo
          This class allows the creation of JVM bytecode field format outputs
InnerClassesAttribute
          This class represents an inner class attribute
InnerClassesEntry
          This class represents an innerclasses entry in an innerclasses attribute
InterfaceMethodIdentifier
          This class is used to represents an interface method
MemberIdentifier
          The classes derived from this one are used to represents class members
MethodIdentifier
          This class is used to represents a method
MethodInfo
          This class allows the creation of JVM bytecode method format outputs
 

Classes in koala.dynamicjava.classfile used by koala.dynamicjava.interpreter
AttributeOwnerComponent
          This class represents a component of the bytecode 'ClassFile' format that contains attributes
BytecodeComponent
          This class represents a component of the bytecode 'ClassFile' format
ClassFile
          This class allows the creation of JVM bytecode class format outputs
InnerClassesEntry
          This class represents an innerclasses entry in an innerclasses attribute
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.