Uses of Package
javassist.bytecode
Package
Description
The Javassist Core API.
Bytecode-level API.
Bytecode Analysis API.
Bytecode-level Annotations API.
This package contains the classes for modifying a method body.
Runtime Behavioral Reflection.
Dynamic proxy (similar to
Enhancer
of cglib).-
ClassDescription
ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.field_info
structure.method_info
structure. -
ClassDescription
attribute_info
structure.Signals that a bad bytecode sequence has been found.An element ofbootstrap_methods
.ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.This writes attributes.Constant Pool.Field.Method.Code_attribute
.An exception that may be thrown bycopy()
inCodeAttribute
.An iterator for editing a code attribute.An inserted gap.Constant pool table.An exception thrown when adding a duplicate member is requested.Exceptions_attribute
.exception_table[]
ofCode_attribute
.field_info
structure.Used as a return type oftoNearPc()
.LocalVariableTable_attribute
.method_info
structure.JVM Instruction Set.Class signature.Class types.Method type signature.Class types, array types, and type variables.Primitive types and object types.Type argument.Formal type parameters.Anotherstack_map
attribute defined in CLDC 1.1 for J2ME.stack_map
attribute.An exception that may be thrown bycopy()
inStackMapTable
.A writer of stack map tables. -
ClassDescriptionSignals that a bad bytecode sequence has been found.An iterator for editing a code attribute.Constant pool table.
method_info
structure.JVM Instruction Set. -
-
-
ClassDescriptionSignals that a bad bytecode sequence has been found.
ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes. -
ClassDescription
ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.