Uses of Class
koala.dynamicjava.classfile.BytecodeComponent

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

Uses of BytecodeComponent in koala.dynamicjava.classfile
 

Subclasses of BytecodeComponent in koala.dynamicjava.classfile
 class AttributeInfo
          The classes derived from this one represents bytecode attributes
 class AttributeOwnerComponent
          This class represents a component of the bytecode 'ClassFile' format that contains attributes
 class ClassFile
          This class allows the creation of JVM bytecode class format outputs
 class CodeAttribute
          This class represents a method code attribute
 class ConstantValueAttribute
          This class represents a constant field value
 class ExceptionsAttribute
          This class represents a method exceptions attribute
 class FieldInfo
          This class allows the creation of JVM bytecode field format outputs
 class InnerClassesAttribute
          This class represents an inner class attribute
 class MethodInfo
          This class allows the creation of JVM bytecode method format outputs
 class SimpleAttribute
          This class represents an attribute that is composed of his name
 

Uses of BytecodeComponent in koala.dynamicjava.interpreter
 

Subclasses of BytecodeComponent in koala.dynamicjava.interpreter
 class ClassFactory
          The instances of this class dynamically create java classes
 



Copyright © 2001 Stephane Hillion. All Rights Reserved.