Uses of Package
javassist.bytecode

Packages that use javassist.bytecode
javassist The Javassist Core API. 
javassist.bytecode Bytecode-level API. 
javassist.bytecode.annotation Annotations. 
javassist.expr This package contains the classes for modifying a method body. 
 

Classes in javassist.bytecode used by javassist
ClassFile
          ClassFile represents a Java .class file, which consists of a constant pool, methods, fields, and attributes.
FieldInfo
          field_info structure.
MethodInfo
          method_info structure.
 

Classes in javassist.bytecode used by javassist.bytecode
AttributeInfo
          attribute_info structure.
BadBytecode
          Signals that a bad bytecode sequence has been found.
ClassFile
          ClassFile represents a Java .class file, which consists of a constant pool, methods, fields, and attributes.
CodeAttribute
          Code_attribute.
CodeAttribute.RuntimeCopyException
          An exception that may be thrown by copy() in CodeAttribute.
CodeIterator
          An iterator for editing a code attribute.
ConstPool
          Constant pool table.
ExceptionsAttribute
          Exceptions_attribute.
ExceptionTable
          exception_table[] of Code_attribute.
FieldInfo
          field_info structure.
LineNumberAttribute.Pc
          Used as a return type of toNearPc().
MethodInfo
          method_info structure.
Opcode
          JVM Instruction Set.
 

Classes in javassist.bytecode used by javassist.bytecode.annotation
ConstPool
          Constant pool table.
 

Classes in javassist.bytecode used by javassist.expr
MethodInfo
          method_info structure.
Opcode
          JVM Instruction Set.
 



Javassist, a Java-bytecode translator toolkit. Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.