Uses of Package
javassist.bytecode
-
Packages that use javassist.bytecode Package Description javassist The Javassist Core API.javassist.bytecode Bytecode-level API.javassist.bytecode.analysis Bytecode Analysis API.javassist.bytecode.annotation Bytecode-level Annotations API.javassist.bytecode.stackmap javassist.compiler javassist.convert javassist.expr This package contains the classes for modifying a method body.javassist.tools.reflect Runtime Behavioral Reflection.javassist.util.proxy Dynamic proxy (similar toEnhancer
of cglib). -
Classes in javassist.bytecode used by javassist Class Description AnnotationsAttribute A class representingRuntimeVisibleAnnotations_attribute
andRuntimeInvisibleAnnotations_attribute
.BadBytecode Signals that a bad bytecode sequence has been found.Bytecode A utility class for producing a bytecode sequence.ClassFile ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.CodeAttribute Code_attribute
.CodeIterator An iterator for editing a code attribute.ConstPool Constant pool table.FieldInfo field_info
structure.MethodInfo method_info
structure.ParameterAnnotationsAttribute A class representingRuntimeVisibleAnnotations_attribute
andRuntimeInvisibleAnnotations_attribute
. -
Classes in javassist.bytecode used by javassist.bytecode Class Description AnnotationsAttribute.Copier AnnotationsAttribute.Renamer AnnotationsAttribute.Walker AttributeInfo attribute_info
structure.BadBytecode Signals that a bad bytecode sequence has been found.BootstrapMethodsAttribute.BootstrapMethod An element ofbootstrap_methods
.ByteStream ByteVector ClassFile ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.ClassFileWriter.AttributeWriter This writes attributes.ClassFileWriter.ConstPoolWriter Constant Pool.ClassFileWriter.FieldWriter Field.ClassFileWriter.MethodWriter Method.CodeAttribute Code_attribute
.CodeAttribute.LdcEntry CodeAttribute.RuntimeCopyException An exception that may be thrown bycopy()
inCodeAttribute
.CodeIterator An iterator for editing a code attribute.CodeIterator.AlignmentException CodeIterator.Branch CodeIterator.Branch16 CodeIterator.Gap An inserted gap.CodeIterator.Pointers CodeIterator.Switcher ConstInfo ConstPool Constant pool table.DuplicateMemberException An exception thrown when adding a duplicate member is requested.ExceptionsAttribute Exceptions_attribute
.ExceptionTable exception_table[]
ofCode_attribute
.FieldInfo field_info
structure.LineNumberAttribute LineNumberTable_attribute
.LineNumberAttribute.Pc Used as a return type oftoNearPc()
.LocalVariableAttribute LocalVariableTable_attribute
.LongVector MemberrefInfo MethodInfo method_info
structure.Opcode JVM Instruction Set.SignatureAttribute.ClassSignature Class signature.SignatureAttribute.ClassType Class types.SignatureAttribute.Cursor SignatureAttribute.MethodSignature Method type signature.SignatureAttribute.ObjectType Class types, array types, and type variables.SignatureAttribute.Type Primitive types and object types.SignatureAttribute.TypeArgument Type argument.SignatureAttribute.TypeParameter Formal type parameters.StackMap Anotherstack_map
attribute defined in CLDC 1.1 for J2ME.StackMap.SimpleCopy StackMap.Walker A code walker for a StackMap attribute.StackMap.Writer Internal use only.StackMapTable stack_map
attribute.StackMapTable.RuntimeCopyException An exception that may be thrown bycopy()
inStackMapTable
.StackMapTable.Shifter StackMapTable.SimpleCopy StackMapTable.Walker A code walker for a StackMapTable attribute.StackMapTable.Writer A writer of stack map tables.TypeAnnotationsAttribute.SubCopier TypeAnnotationsAttribute.SubWalker -
Classes in javassist.bytecode used by javassist.bytecode.analysis Class Description BadBytecode Signals that a bad bytecode sequence has been found.CodeIterator An iterator for editing a code attribute.ConstPool Constant pool table.MethodInfo method_info
structure.Opcode JVM Instruction Set. -
Classes in javassist.bytecode used by javassist.bytecode.annotation Class Description ConstPool Constant pool table. -
Classes in javassist.bytecode used by javassist.bytecode.stackmap Class Description 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.ExceptionTable exception_table[]
ofCode_attribute
.MethodInfo method_info
structure.StackMap Anotherstack_map
attribute defined in CLDC 1.1 for J2ME.StackMap.Writer Internal use only.StackMapTable stack_map
attribute.StackMapTable.Writer A writer of stack map tables. -
Classes in javassist.bytecode used by javassist.compiler Class Description Bytecode A utility class for producing a bytecode sequence.ClassFile ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.CodeAttribute Code_attribute
.FieldInfo field_info
structure.MethodInfo method_info
structure.Opcode JVM Instruction Set. -
Classes in javassist.bytecode used by javassist.convert Class Description BadBytecode Signals that a bad bytecode sequence has been found.Bytecode A utility class for producing a bytecode sequence.CodeAttribute Code_attribute
.CodeIterator An iterator for editing a code attribute.ConstPool Constant pool table.MethodInfo method_info
structure.Opcode JVM Instruction Set. -
Classes in javassist.bytecode used by javassist.expr Class Description BadBytecode Signals that a bad bytecode sequence has been found.Bytecode A utility class for producing a bytecode sequence.CodeIterator An iterator for editing a code attribute.ConstPool Constant pool table.ExceptionTable exception_table[]
ofCode_attribute
.MethodInfo method_info
structure.Opcode JVM Instruction Set. -
Classes in javassist.bytecode used by javassist.tools.reflect Class Description 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. -
Classes in javassist.bytecode used by javassist.util.proxy Class Description Bytecode A utility class for producing a bytecode sequence.ClassFile ClassFile
represents a Java.class
file, which consists of a constant pool, methods, fields, and attributes.ConstPool Constant pool table.MethodInfo method_info
structure.