Uses of Package
org.cojen.classfile

Packages that use org.cojen.classfile
org.cojen.classfile   
org.cojen.classfile.attribute   
org.cojen.classfile.constant   
org.cojen.util   
 

Classes in org.cojen.classfile used by org.cojen.classfile
AbstractCodeAssembler
           
Attribute
          This class corresponds to the attribute_info structure defined in section 4.7 of The Java Virtual Machine Specification.
AttributeFactory
          Allows custom Attributes to be constructed when a ClassFile is read from a stream.
ClassFile
          A class used to create Java class files.
ClassFileDataLoader
          Loads data for class files from qualified class names.
CodeAssembler
          CodeAssembler is a high-level interface for assembling Java Virtual Machine byte code.
CodeBuffer
          An interface that abstracts bytecode from a cojen.classfile.attribute.CodeAttr.
ConstantInfo
          This class corresponds to the cp_info structure as defined in section 4.4 of The Java Virtual Machine Specification.
ConstantPool
          This class corresponds to the constant_pool structure as defined in section 4.4 of The Java Virtual Machine Specification.
Descriptor
          This class represents a descriptor.
ExceptionHandler
          This class corresponds to the exception_table structure as defined in section 4.7.4 of The Java Virtual Machine Specification.
FieldInfo
          This class corresponds to the field_info structure as defined in section 4.5 of The Java Virtual Machine Specification.
Label
          A label is used to manipulate a branch instruction's branch location.
LocalVariable
           
Location
          Provides the location of an instruction in a CodeBuffer.
LocationRange
           
MethodDesc
          This class is used to build method descriptor strings as defined in The Java Virtual Machine Specification, section 4.3.3.
MethodInfo
          This class corresponds to the method_info data structure as defined in section 4.6 of The Java Virtual Machine Specification.
Modifiers
          The Modifiers class is an immutable wrapper around a modifier bitmask.
TypeDesc
          This class is used to build field and return type descriptor strings as defined in The Java Virtual Machine Specification, section 4.3.2.
 

Classes in org.cojen.classfile used by org.cojen.classfile.attribute
Attribute
          This class corresponds to the attribute_info structure defined in section 4.7 of The Java Virtual Machine Specification.
AttributeFactory
          Allows custom Attributes to be constructed when a ClassFile is read from a stream.
CodeBuffer
          An interface that abstracts bytecode from a cojen.classfile.attribute.CodeAttr.
ConstantInfo
          This class corresponds to the cp_info structure as defined in section 4.4 of The Java Virtual Machine Specification.
ConstantPool
          This class corresponds to the constant_pool structure as defined in section 4.4 of The Java Virtual Machine Specification.
LocalVariable
           
Location
          Provides the location of an instruction in a CodeBuffer.
Modifiers
          The Modifiers class is an immutable wrapper around a modifier bitmask.
TypeDesc
          This class is used to build field and return type descriptor strings as defined in The Java Virtual Machine Specification, section 4.3.2.
 

Classes in org.cojen.classfile used by org.cojen.classfile.constant
ConstantInfo
          This class corresponds to the cp_info structure as defined in section 4.4 of The Java Virtual Machine Specification.
ConstantPool
          This class corresponds to the constant_pool structure as defined in section 4.4 of The Java Virtual Machine Specification.
Descriptor
          This class represents a descriptor.
TypeDesc
          This class is used to build field and return type descriptor strings as defined in The Java Virtual Machine Specification, section 4.3.2.
 

Classes in org.cojen.classfile used by org.cojen.util
ClassFile
          A class used to create Java class files.
 



Copyright © 2004-2011 Brian S O'Neill. All Rights Reserved.