Uses of Package
org.hotswap.agent.javassist.bytecode
-
Packages that use org.hotswap.agent.javassist.bytecode Package Description org.hotswap.agent.javassist The Javassist Core API.org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.analysis Bytecode Analysis API.org.hotswap.agent.javassist.bytecode.annotation Bytecode-level Annotations API.org.hotswap.agent.javassist.bytecode.stackmap org.hotswap.agent.javassist.compiler org.hotswap.agent.javassist.convert org.hotswap.agent.javassist.expr This package contains the classes for modifying a method body.org.hotswap.agent.javassist.tools.reflect Runtime Behavioral Reflection.org.hotswap.agent.javassist.util.proxy Dynamic proxy (similar toEnhancerof cglib).org.hotswap.agent.util.scanner -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.javassist Class Description ClassFile ClassFilerepresents a Java.classfile, which consists of a constant pool, methods, fields, and attributes.ConstPool Constant pool table.FieldInfo field_infostructure.MethodInfo method_infostructure. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.javassist.bytecode Class Description AttributeInfo attribute_infostructure.BadBytecode Signals that a bad bytecode sequence has been found.BootstrapMethodsAttribute.BootstrapMethod An element ofbootstrap_methods.ClassFile ClassFilerepresents a Java.classfile, 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.RuntimeCopyException An exception that may be thrown bycopy()inCodeAttribute.CodeIterator An iterator for editing a code attribute.CodeIterator.Gap An inserted gap.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_infostructure.LineNumberAttribute.Pc Used as a return type oftoNearPc().LocalVariableAttribute LocalVariableTable_attribute.MethodInfo method_infostructure.Opcode JVM Instruction Set.SignatureAttribute.ClassSignature Class signature.SignatureAttribute.ClassType Class types.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_mapattribute defined in CLDC 1.1 for J2ME.StackMapTable stack_mapattribute.StackMapTable.RuntimeCopyException An exception that may be thrown bycopy()inStackMapTable.StackMapTable.Writer A writer of stack map tables. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.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_infostructure.Opcode JVM Instruction Set. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.javassist.bytecode.annotation Class Description ConstPool Constant pool table. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.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_infostructure.StackMap Anotherstack_mapattribute defined in CLDC 1.1 for J2ME.StackMapTable stack_mapattribute. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.javassist.compiler Class Description Bytecode A utility class for producing a bytecode sequence.CodeAttribute Code_attribute.FieldInfo field_infostructure.MethodInfo method_infostructure.Opcode JVM Instruction Set. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.javassist.convert 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.MethodInfo method_infostructure.Opcode JVM Instruction Set. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.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_infostructure.Opcode JVM Instruction Set. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.javassist.tools.reflect Class Description BadBytecode Signals that a bad bytecode sequence has been found.ClassFile ClassFilerepresents a Java.classfile, which consists of a constant pool, methods, fields, and attributes. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.javassist.util.proxy Class Description ClassFile ClassFilerepresents a Java.classfile, which consists of a constant pool, methods, fields, and attributes. -
Classes in org.hotswap.agent.javassist.bytecode used by org.hotswap.agent.util.scanner Class Description ClassFile ClassFilerepresents a Java.classfile, which consists of a constant pool, methods, fields, and attributes.