Uses of Package
javassist.bytecode
Packages that use 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).-
Classes in javassist.bytecode used by javassistClassDescription
ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.field_info
structure.method_info
structure. -
Classes in javassist.bytecode used by javassist.bytecodeClassDescription
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. -
Classes in javassist.bytecode used by javassist.bytecode.analysisClassDescriptionSignals that a bad bytecode sequence has been found.An iterator for editing a code attribute.Constant pool table.
method_info
structure.JVM Instruction Set. -
Classes in javassist.bytecode used by javassist.bytecode.annotation
-
Classes in javassist.bytecode used by javassist.expr
-
Classes in javassist.bytecode used by javassist.tools.reflectClassDescriptionSignals that a bad bytecode sequence has been found.
ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes. -
Classes in javassist.bytecode used by javassist.util.proxyClassDescription
ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.