Uses of Package
classUtils.javassist.bytecode

Packages that use classUtils.javassist.bytecode
classUtils.javassist   
classUtils.javassist.bytecode Bytecode-level API. 
classUtils.javassist.compiler   
classUtils.javassist.convert   
classUtils.javassist.expr This package contains the classes for modifying a method body. 
 

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

Classes in classUtils.javassist.bytecode used by classUtils.javassist.bytecode
AttributeInfo
          attribute_info structure.
BadBytecode
          Signals that a bad bytecode sequence has been found.
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.
JAClassFile
          ClassFile represents a Java .class file, which consists of a constant pool, methods, fields, and attributes.
MethodInfo
          method_info structure.
Opcode
          JVM Instruction Set.
 

Classes in classUtils.javassist.bytecode used by classUtils.javassist.compiler
Bytecode
          A utility class for producing a bytecode sequence.
Opcode
          JVM Instruction Set.
 

Classes in classUtils.javassist.bytecode used by classUtils.javassist.convert
BadBytecode
          Signals that a bad bytecode sequence has been found.
CodeAttribute
          Code_attribute.
CodeIterator
          An iterator for editing a code attribute.
ConstPool
          Constant pool table.
Opcode
          JVM Instruction Set.
 

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