A B C D E F G H I J K L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- AASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- AbstractInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a bytecode instruction.
- AbstractInsnNode(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Constructs a new
AbstractInsnNode. - ACC_ABSTRACT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_ANNOTATION - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_BRIDGE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_DEPRECATED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_ENUM - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_FINAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_INTERFACE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_MANDATED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_MODULE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_NATIVE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_OPEN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_PRIVATE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_PROTECTED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_PUBLIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_RECORD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_STATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_STATIC_PHASE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_STRICT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_SUPER - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_SYNCHRONIZED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_SYNTHETIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_TRANSIENT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_TRANSITIVE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_VARARGS - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ACC_VOLATILE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- accept(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Makes the given visitor visit this annotation.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Makes the given class visitor visit this class.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
Makes the given class visitor visit this field.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
Makes the given class visitor visit this inner class.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Makes the given class visitor visit this method.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
Makes the given class visitor visit this module.
- accept(ClassVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
Makes the given class visitor visit this record component.
- accept(ClassVisitor, int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader. - accept(ClassVisitor, Attribute[], int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Makes the given visitor visit the JVMS ClassFile structure passed to the constructor of this
ClassReader. - accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Makes the given method visitor visit this instruction.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Makes the given visitor visit all the instructions in this list.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
Makes the given visitor visit this local variable declaration.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Makes the given method visitor visit this method.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ParameterNode
-
Makes the given visitor visit this parameter declaration.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
Makes the given visitor visit this try catch block.
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
- accept(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
- accept(MethodVisitor, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableAnnotationNode
-
Makes the given visitor visit this type annotation.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleExportNode
-
Makes the given module visitor visit this export declaration.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleOpenNode
-
Makes the given module visitor visit this opened package.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleProvideNode
-
Makes the given module visitor visit this require declaration.
- accept(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleRequireNode
-
Makes the given module visitor visit this require directive.
- accept(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureReader
-
Makes the given visitor visit the signature of this
SignatureReader. - acceptAnnotations(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Makes the given visitor visit the annotations of this instruction.
- acceptType(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureReader
-
Makes the given visitor visit the signature of this
SignatureReader. - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The class's access flags (see
Opcodes). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The field's access flags (see
Opcodes). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
The access flags of the inner class as originally declared in the source code from which the class was compiled.
- access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The method's access flags (see
Opcodes). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleExportNode
-
The access flags (see
Opcodes). - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The module's access flags, among
ACC_OPEN,ACC_SYNTHETICandACC_MANDATED. - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleOpenNode
-
The access flag of the opened package, valid values are among
ACC_SYNTHETICandACC_MANDATED. - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleRequireNode
-
The access flag of the dependence among
ACC_TRANSITIVE,ACC_STATIC_PHASE,ACC_SYNTHETICandACC_MANDATED. - access - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ParameterNode
-
The parameter's access flags (see
Opcodes). - aconst(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- ACONST_NULL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- add(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Adds the given instruction to the end of this list.
- add(InsnList) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Adds the given instructions to the end of this list.
- add(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ADD - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - addSVUID(long) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Adds a final static serialVersionUID field to the class, with the given value.
- AdviceAdapter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorto insert before, after and around advices in methods and constructors. - AdviceAdapter(int, MethodVisitor, int, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
-
Constructs a new
AdviceAdapter. - algorithm - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
-
The name of the hashing algorithm.
- aload(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- AnalyzerAdapter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorthat keeps track of stack map frame changes betweenAnalyzerAdapter.visitFrame(int, int, Object[], int, Object[])calls. - AnalyzerAdapter(int, String, int, String, String, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
-
Constructs a new
AnalyzerAdapter. - AnalyzerAdapter(String, int, String, String, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
-
Constructs a new
AnalyzerAdapter. - and(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- AND - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - anew(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ANEWARRAY - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- annotationDefault - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The default value of this annotation interface method.
- AnnotationNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an annotation.
- AnnotationNode(int, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Constructs a new
AnnotationNode. - AnnotationNode(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Constructs a new
AnnotationNode. - AnnotationRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
An
AnnotationVisitorthat remaps types with aRemapper. - AnnotationRemapper(int, String, AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Constructs a new
AnnotationRemapper. - AnnotationRemapper(int, AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Deprecated.
- AnnotationRemapper(String, AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Constructs a new
AnnotationRemapper. - AnnotationRemapper(AnnotationVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Deprecated.
- AnnotationVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a Java annotation.
- AnnotationVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Constructs a new
AnnotationVisitor. - AnnotationVisitor(int, AnnotationVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Constructs a new
AnnotationVisitor. - api - Variable in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
The ASM API version implemented by this visitor.
- api - Variable in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
The ASM API version implemented by this visitor.
- areturn(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ARETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ARRAY - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of array reference types.
- ARRAY_ELEMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
A type path step that steps into the element type of an array type.
- arraylength() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- arrayLength() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to compute the length of an array.
- ARRAYLENGTH - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- arrayLoad(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to load an element from an array.
- arrayStore(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to store an element in an array.
- ASM10_EXPERIMENTAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
Deprecated.This API is experimental.
- ASM4 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM5 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM6 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM7 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM8 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ASM9 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- astore(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- athrow() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ATHROW - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- Attribute - Class in org.eclipse.persistence.internal.libraries.asm
-
A non standard class, field, method or Code attribute, as defined in the Java Virtual Machine Specification (JVMS).
- Attribute(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.Attribute
-
Constructs a new empty attribute.
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The non standard attributes of this class.
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The non standard attributes of this field.
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The non standard attributes of this method.
- attrs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The non standard attributes of this record component.
- av - Variable in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
B
- b - Variable in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Deprecated.Use
ClassReader.readByte(int)and the other read methods instead. This field will eventually be deleted. - BALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- BASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- BIPUSH - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- BOOLEAN - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
booleantype. - BOOLEAN_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
booleantype. - box(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value.
- bsm - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
-
The bootstrap method.
- bsmArgs - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
-
The bootstrap method constant arguments.
- BYTE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
bytetype. - BYTE_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
bytetype. - ByteVector - Class in org.eclipse.persistence.internal.libraries.asm
-
A dynamically extensible vector of bytes.
- ByteVector() - Constructor for class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Constructs a new
ByteVectorwith a default initial capacity. - ByteVector(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Constructs a new
ByteVectorwith the given initial capacity.
C
- CALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- cast(Type, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to cast a numerical value from one type to another.
- cast(Type, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to cast from the first given type to the other.
- CAST - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type declared in an explicit or implicit cast instruction.
- CASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- catchException(Label, Label, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Marks the start of an exception handler.
- cconst(ConstantDynamic) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given constant dynamic on the stack.
- CHAR - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
chartype. - CHAR_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
chartype. - check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
Checks that this annotation node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Checks that this class node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
Checks that this field node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Checks that this method node is compatible with the given ASM API version.
- check(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
Checks that this record component node is compatible with the given ASM API version.
- checkcast(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- checkCast(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to check that the top stack value is of the given type.
- CHECKCAST - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- CLASS_EXTENDS - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the super class of a class or one of the interfaces it implements.
- CLASS_TYPE_PARAMETER - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic class.
- className - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
The internal name of the visited class.
- ClassNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a class.
- ClassNode() - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Constructs a new
ClassNode. - ClassNode(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
Constructs a new
ClassNode. - ClassReader - Class in org.eclipse.persistence.internal.libraries.asm
-
A parser to make a
ClassVisitorvisit a ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS). - ClassReader(byte[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReaderobject. - ClassReader(byte[], int, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReaderobject. - ClassReader(InputStream) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReaderobject. - ClassReader(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Constructs a new
ClassReaderobject. - ClassRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
ClassVisitorthat remaps types with aRemapper. - ClassRemapper(int, ClassVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new
ClassRemapper. - ClassRemapper(ClassVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new
ClassRemapper. - ClassTooLargeException - Exception in org.eclipse.persistence.internal.libraries.asm
-
Exception thrown when the constant pool of a class produced by a
ClassWriteris too large. - ClassTooLargeException(String, int) - Constructor for exception org.eclipse.persistence.internal.libraries.asm.ClassTooLargeException
-
Constructs a new
ClassTooLargeException. - ClassVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Constructs a new
ClassVisitor. - ClassVisitor(int, ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Constructs a new
ClassVisitor. - ClassWriter - Class in org.eclipse.persistence.internal.libraries.asm
-
A
ClassVisitorthat generates a corresponding ClassFile structure, as defined in the Java Virtual Machine Specification (JVMS). - ClassWriter(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Constructs a new
ClassWriterobject. - ClassWriter(ClassReader, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Constructs a new
ClassWriterobject and enables optimizations for "mostly add" bytecode transformations. - clear() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Removes all the instructions of this list.
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Returns a copy of this instruction.
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
- clone(Map<LabelNode, LabelNode>) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
- cloneAnnotations(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Clones the annotations of the given instruction into this instruction.
- cmpg(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- cmpl(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- CodeSizeEvaluator - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorthat approximates the size of the methods it visits. - CodeSizeEvaluator(int, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- CodeSizeEvaluator(MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- COMPUTE_FRAMES - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
A flag to automatically compute the stack map frames of methods from scratch.
- COMPUTE_MAXS - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
A flag to automatically compute the maximum stack size and the maximum number of local variables of methods.
- computeSHAdigest(byte[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Returns the SHA-1 message digest of the given value.
- computeSVUID() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Computes and returns the value of SVUID.
- ConstantDynamic - Class in org.eclipse.persistence.internal.libraries.asm
-
A constant whose value is computed at runtime, with a bootstrap method.
- ConstantDynamic(String, String, Handle, Object...) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Constructs a new
ConstantDynamic. - CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the receiver type of a constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a constructor reference.
- contains(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns true if the given instruction belongs to this list.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(String, AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
-
Constructs a new remapper for annotations.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
-
Deprecated.
- createAnnotationRemapper(AnnotationVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
-
Deprecated.
- createFieldRemapper(FieldVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for fields.
- createMethodRemapper(MethodVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for methods.
- createModuleRemapper(ModuleVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for modules.
- createRecordComponentRemapper(RecordComponentVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
Constructs a new remapper for record components.
- createRemappingSignatureAdapter(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
- createSignatureRemapper(SignatureVisitor) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Constructs a new remapper for signatures.
- cst - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
-
The constant to be loaded on the stack.
- cv - Variable in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
D
- D2F - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- D2I - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- D2L - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DADD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DCMPG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DCMPL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- dconst(double) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- DCONST_0 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DCONST_1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DDIV - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- delegate - Variable in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
The record visitor to which this visitor must delegate method calls.
- desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
The class descriptor of the annotation class.
- desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
-
The field's descriptor (see
Type). - desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The field's descriptor (see
Type). - desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
-
The method's descriptor (see
Type). - desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
The type descriptor of this local variable.
- desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
-
The method's descriptor (see
Type). - desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The method's descriptor (see
Type). - desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
-
An array type descriptor (see
Type). - desc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
-
The operand of this instruction.
- descriptor - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
The descriptor of the visited annotation.
- descriptor - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The record component descriptor (see
Type). - dflt - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
-
Beginning of the default handler block.
- dflt - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
-
Beginning of the default handler block.
- dims - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
-
Number of dimensions of the array to allocate.
- div(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- DIV - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - DLOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DMUL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DNEG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DOUBLE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DOUBLE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
doubletype. - DOUBLE_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
doubletype. - DREM - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DRETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DSTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DSUB - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- dup() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a DUP instruction.
- dup() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- DUP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DUP_X1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DUP_X2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- dup2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a DUP2 instruction.
- dup2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- DUP2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DUP2_X1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- DUP2_X2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- dup2X1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a DUP2_X1 instruction.
- dup2X1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- dup2X2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a DUP2_X2 instruction.
- dup2X2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- dupX1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a DUP_X1 instruction.
- dupX1() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- dupX2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a DUP_X2 instruction.
- dupX2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
E
- EclipseLinkAnnotationVisitor - Class in org.eclipse.persistence.internal.libraries.asm
- EclipseLinkAnnotationVisitor() - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkAnnotationVisitor
- EclipseLinkAnnotationVisitor(AnnotationVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkAnnotationVisitor
- EclipseLinkASMClassWriter - Class in org.eclipse.persistence.internal.libraries.asm
-
EclipseLink specific
ClassVisitorthat generates a corresponding ClassFile structure for currently running Java VM. - EclipseLinkASMClassWriter() - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkASMClassWriter
- EclipseLinkASMClassWriter(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkASMClassWriter
- EclipseLinkClassReader - Class in org.eclipse.persistence.internal.libraries.asm
- EclipseLinkClassReader(byte[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkClassReader
- EclipseLinkClassReader(byte[], int, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkClassReader
- EclipseLinkClassReader(InputStream) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkClassReader
- EclipseLinkClassVisitor - Class in org.eclipse.persistence.internal.libraries.asm
- EclipseLinkClassVisitor() - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkClassVisitor
- EclipseLinkClassVisitor(ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkClassVisitor
- EclipseLinkFieldVisitor - Class in org.eclipse.persistence.internal.libraries.asm
- EclipseLinkFieldVisitor() - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkFieldVisitor
- EclipseLinkFieldVisitor(FieldVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkFieldVisitor
- EclipseLinkMethodVisitor - Class in org.eclipse.persistence.internal.libraries.asm
- EclipseLinkMethodVisitor() - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkMethodVisitor
- EclipseLinkMethodVisitor(MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.EclipseLinkMethodVisitor
- end - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableAnnotationNode
-
The last instructions corresponding to the continuous ranges that make the scope of this local variable (exclusive).
- end - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
The last instruction corresponding to the scope of this local variable (exclusive).
- end - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
The end of the exception handler's scope (exclusive).
- endMethod() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Marks the end of the visited method.
- EQ - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- equals(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
- equals(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
- equals(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
- equals(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Tests if the given object is equal to this type.
- EXCEPTION_PARAMETER - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type of the exception of a 'catch' clause in a method.
- exceptions - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The internal names of the method's exception classes (see
Type.getInternalName()). - EXPAND_FRAMES - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
A flag to expand the stack map frames.
- exports - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The packages exported by this module.
- EXTENDS - Static variable in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Wildcard for an "extends" type argument.
F
- F_APPEND - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
A compressed frame where locals are the same as the locals in the previous frame, except that additional 1-3 locals are defined, and with an empty stack.
- F_CHOP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
A compressed frame where locals are the same as the locals in the previous frame, except that the last 1-3 locals are absent and with an empty stack.
- F_FULL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
A compressed frame with complete frame data.
- F_NEW - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
An expanded frame.
- F_SAME - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
A compressed frame with exactly the same locals as the previous frame and with an empty stack.
- F_SAME1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
A compressed frame with exactly the same locals as the previous frame and with a single value on the stack.
- F2D - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- F2I - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- F2L - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FADD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FCMPG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FCMPL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- fconst(float) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- FCONST_0 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FCONST_1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FCONST_2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FDIV - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FIELD - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type of a field.
- FIELD_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
FieldInsnNodeinstructions. - FieldInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a field instruction.
- FieldInsnNode(int, String, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
-
Constructs a new
FieldInsnNode. - FieldNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a field.
- FieldNode(int, int, String, String, String, Object) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
Constructs a new
FieldNode. - FieldNode(int, String, String, String, Object) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
Constructs a new
FieldNode. - FieldRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
FieldVisitorthat remaps types with aRemapper. - FieldRemapper(int, FieldVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
-
Constructs a new
FieldRemapper. - FieldRemapper(FieldVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
-
Constructs a new
FieldRemapper. - fields - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The fields of this class.
- FieldVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a Java field.
- FieldVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
Constructs a new
FieldVisitor. - FieldVisitor(int, FieldVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
Constructs a new
FieldVisitor. - firstLocal - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
-
The index of the first local variable, after formal parameters.
- FLOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FLOAT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FLOAT - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
floattype. - FLOAT_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
floattype. - FMUL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FNEG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FRAME - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
FrameNode"instructions". - FrameNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a stack map frame.
- FrameNode(int, int, Object[], int, Object[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
-
Constructs a new
FrameNode. - FREM - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FRETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- fromString(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
Converts a type path in string form, in the format used by
TypePath.toString(), into a TypePath object. - FSTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- FSUB - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- fv - Variable in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
G
- GE - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- generateCase(int, Label) - Method in interface org.eclipse.persistence.internal.libraries.asm.commons.TableSwitchGenerator
-
Generates the code for a switch case.
- generateDefault() - Method in interface org.eclipse.persistence.internal.libraries.asm.commons.TableSwitchGenerator
-
Generates the code for the default switch case.
- GeneratorAdapter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorwith convenient methods to generate code. - GeneratorAdapter(int, Method, String, Type[], ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter. - GeneratorAdapter(int, Method, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter. - GeneratorAdapter(int, MethodVisitor, int, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter. - GeneratorAdapter(MethodVisitor, int, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constructs a new
GeneratorAdapter. - get(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns the instruction whose index is given.
- getAccess() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns the class's access flags (see
Opcodes). - getAccess() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- getArgumentsAndReturnSizes() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the size of the arguments and of the return value of methods of this type.
- getArgumentsAndReturnSizes(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- getArgumentTypes() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Returns the argument types of the method described by this object.
- getArgumentTypes() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the argument types of methods of this type.
- getArgumentTypes(Method) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typevalues corresponding to the argument types of the given method. - getArgumentTypes(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typevalues corresponding to the argument types of the given method descriptor. - getBootstrapMethod() - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Returns the bootstrap method used to compute the value of this constant.
- getBootstrapMethodArgument(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Returns an argument passed to the bootstrap method, in order to compute the value of this constant.
- getBootstrapMethodArgumentCount() - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Returns the number of arguments passed to the bootstrap method, in order to compute the value of this constant.
- getClassLoader() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Returns the
ClassLoaderto be used by the default implementation ofClassWriter.getCommonSuperClass(String, String), that of thisClassWriter's runtime type by default. - getClassName() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns the internal name of the class (see
Type.getInternalName()). - getClassName() - Method in exception org.eclipse.persistence.internal.libraries.asm.ClassTooLargeException
-
Returns the internal name of the class (see
Type.getInternalName()). - getClassName() - Method in exception org.eclipse.persistence.internal.libraries.asm.MethodTooLargeException
-
Returns the internal name of the owner class.
- getClassName() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getCodeSize() - Method in exception org.eclipse.persistence.internal.libraries.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- getCommonSuperClass(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Returns the common super type of the two given types.
- getConstantPoolCount() - Method in exception org.eclipse.persistence.internal.libraries.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstructorDescriptor(Constructor<?>) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getDelegate() - Method in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
The module visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
The record visitor to which this visitor must delegate method calls.
- getDesc() - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Returns the descriptor of the method described by this object.
- getDescriptor() - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Returns the type of this constant.
- getDescriptor() - Method in exception org.eclipse.persistence.internal.libraries.asm.MethodTooLargeException
-
Returns the descriptor of the method.
- getDescriptor() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the descriptor corresponding to this type.
- getDescriptor(Class<?>) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the descriptor corresponding to the given class.
- getDimensions() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the number of dimensions of this array type.
- getElementType() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the type of the elements of this array type.
- getExceptionIndex() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced by this type reference.
- getfield(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- getField(Type, String, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a non static field on the stack.
- GETFIELD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- getFirst() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns the first instruction in this list.
- getFormalParameterIndex() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by this type reference.
- getInterfaces() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns the internal names of the implemented interfaces (see
Type.getInternalName()). - getInternalName() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the internal name of the class corresponding to this object or array type.
- getInternalName(Class<?>) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the internal name of the given class.
- getItem(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns the start offset in this
ClassReaderof a JVMS 'cp_info' structure (i.e. - getItemCount() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns the number of entries in the class's constant pool table.
- getLabel() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
-
Returns the label encapsulated by this node.
- getLabelNode(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Returns the LabelNode corresponding to the given Label.
- getLabels() - Method in class org.eclipse.persistence.internal.libraries.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLast() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns the last instruction in this list.
- getLength() - Method in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
Returns the length of this path, i.e.
- getLocalType(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Returns the type of the given local variable.
- getMaxSize() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- getMaxStringLength() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns a conservative estimate of the maximum length of the strings contained in the class's constant pool table.
- getMethod(Constructor<?>) - Static method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Creates a new
Method. - getMethod(Method) - Static method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Creates a new
Method. - getMethod(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Returns a
Methodcorresponding to the given Java method declaration. - getMethod(String, boolean) - Static method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Returns a
Methodcorresponding to the given Java method declaration. - getMethodDescriptor(Method) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodDescriptor(Type, Type...) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the descriptor corresponding to the given argument and return types.
- getMethodName() - Method in exception org.eclipse.persistence.internal.libraries.asm.MethodTooLargeException
-
Returns the name of the method.
- getMethodType(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typecorresponding to the given method descriptor. - getMethodType(Type, Type...) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the method
Typecorresponding to the given argument and return types. - getMinSize() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- getName() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- getName() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Returns the name of the method described by this object.
- getName() - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Returns the name of this constant.
- getName() - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getNext() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Returns the next instruction in the list to which this instruction belongs, if any.
- getObjectType(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typecorresponding to the given internal name. - getOffset() - Method in class org.eclipse.persistence.internal.libraries.asm.Label
-
Returns the bytecode offset corresponding to this label.
- getOpcode() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Returns the opcode of this instruction.
- getOpcode(int) - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns a JVM instruction opcode adapted to this
Type. - getOwner() - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
-
Returns the internal name of the class that owns the field or method designated by this handle.
- getPrevious() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Returns the previous instruction in the list to which this instruction belongs, if any.
- getReturnType() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- getReturnType() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Returns the return type of the method described by this object.
- getReturnType() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the return type of methods of this type.
- getReturnType(Method) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typecorresponding to the return type of the given method. - getReturnType(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typecorresponding to the return type of the given method descriptor. - getSize() - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
-
Returns the size of this constant.
- getSize() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the size of values of this type.
- getSort() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the sort of this type.
- getSort() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the sort of this type reference.
- getstatic(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- getStatic(Type, String, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the value of a static field on the stack.
- GETSTATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- getStep(int) - Method in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
Returns the index of the type argument that the given step is stepping into.
- getSuperName() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns the internal name of the super class (see
Type.getInternalName()). - getSuperTypeIndex() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by this type reference.
- getTag() - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTryCatchBlockIndex() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they are visited with visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
Returns the type of this instruction.
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
- getType() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
- getType(Class<?>) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typecorresponding to the given class. - getType(Constructor<?>) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the method
Typecorresponding to the given constructor. - getType(Method) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the method
Typecorresponding to the given method. - getType(String) - Static method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns the
Typecorresponding to the given type descriptor. - getTypeArgumentIndex() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the index of the type parameter bound, within the type parameter
TypeReference.getTypeParameterIndex(), referenced by this type reference. - getTypeParameterIndex() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the index of the type parameter referenced by this type reference.
- getValue() - Method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in visit methods related to type annotations, like visitTypeAnnotation.
- goTo(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label.
- goTo(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- GOTO - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- GT - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
H
- H_GETFIELD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_GETSTATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_INVOKEINTERFACE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_INVOKESPECIAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_INVOKESTATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_INVOKEVIRTUAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_NEWINVOKESPECIAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_PUTFIELD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- H_PUTSTATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- Handle - Class in org.eclipse.persistence.internal.libraries.asm
-
A reference to a field or a method.
- Handle(int, String, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.Handle
-
Deprecated.this constructor has been superseded by
Handle(int, String, String, String, boolean). - Handle(int, String, String, String, boolean) - Constructor for class org.eclipse.persistence.internal.libraries.asm.Handle
-
Constructs a new field or method handle.
- handler - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
The beginning of the exception handler's code.
- hasFlags(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Returns true if all the given flags were passed to the constructor.
- hashCode() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
- hashCode() - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
- hashCode() - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
- hashCode() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns a hash code value for this type.
- hashes - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
-
The hash of the modules in
ModuleHashesAttribute.modules. - hasSVUID() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Returns true if the class already has a SVUID field.
- hconst(Handle) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given handle on the stack.
- header - Variable in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
The offset in bytes of the ClassFile's access_flags field.
I
- I2B - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- I2C - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- I2D - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- I2F - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- I2L - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- I2S - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IADD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IAND - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- iconst(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- ICONST_0 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ICONST_1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ICONST_2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ICONST_3 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ICONST_4 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ICONST_5 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ICONST_M1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IDIV - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ACMPEQ - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ACMPNE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ICMPEQ - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ICMPGE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ICMPGT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ICMPLE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ICMPLT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IF_ICMPNE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifacmpeq(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ifacmpne(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ifCmp(Type, int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two stack values.
- ifeq(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- IFEQ - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifge(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- IFGE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifgt(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- IFGT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifICmp(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top two integer stack values.
- ificmpeq(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ificmpge(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ificmpgt(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ificmple(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ificmplt(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ificmpne(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ifle(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- IFLE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- iflt(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- IFLT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifne(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- IFNE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifnonnull(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ifNonNull(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is not null.
- IFNONNULL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifnull(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- ifNull(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to jump to the given label if the top stack value is null.
- IFNULL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ifZCmp(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to jump to a label based on the comparison of the top integer stack value with zero.
- iinc(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to increment the given local variable.
- iinc(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- IINC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IINC_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
IincInsnNodeinstructions. - IincInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an IINC instruction.
- IincInsnNode(int, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
-
Constructs a new
IincInsnNode. - ILOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IMUL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- incr - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
-
Amount to increment the local variable by.
- index - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableAnnotationNode
-
The local variable's index in each range.
- index - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
The local variable's index.
- indexOf(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns the index of the given instruction in this list.
- INEG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- info - Variable in class org.eclipse.persistence.internal.libraries.asm.Label
-
A user managed state associated with this label.
- INNER_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
A type path step that steps into the nested type of a class type.
- innerClasses - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The inner classes of this class.
- InnerClassNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an inner class.
- InnerClassNode(String, String, String, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
Constructs a new
InnerClassNodefor an inner class C. - innerName - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
The (simple) name of the inner class inside its enclosing class.
- insert(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Inserts the given instruction at the beginning of this list.
- insert(AbstractInsnNode, AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Inserts the given instruction after the specified instruction.
- insert(AbstractInsnNode, InsnList) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Inserts the given instructions after the specified instruction.
- insert(InsnList) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Inserts the given instructions at the beginning of this list.
- insertBefore(AbstractInsnNode, AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Inserts the given instruction before the specified instruction.
- insertBefore(AbstractInsnNode, InsnList) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Inserts the given instructions before the specified instruction.
- INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
InsnNodeinstructions. - InsnList - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A doubly linked list of
AbstractInsnNodeobjects. - InsnList() - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
- InsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a zero operand instruction.
- InsnNode(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.InsnNode
-
Constructs a new
InsnNode. - instanceOf(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to test if the top stack value is of the given type.
- instanceOf(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- INSTANCEOF - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- INSTANCEOF - Static variable in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Wildcard for a normal type argument.
- INSTANCEOF - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type declared in an 'instanceof' instruction.
- InstructionAdapter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorproviding a more detailed API to generate and transform instructions. - InstructionAdapter(int, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Constructs a new
InstructionAdapter. - InstructionAdapter(MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Constructs a new
InstructionAdapter. - instructions - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The instructions of this method.
- INT - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
inttype. - INT_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
IntInsnNodeinstructions. - INT_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
inttype. - INTEGER - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- interfaces - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The internal names of the interfaces directly implemented by this class (see
Type.getInternalName()). - IntInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an instruction with a single int operand.
- IntInsnNode(int, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
-
Constructs a new
IntInsnNode. - invisibleAnnotableParameterCount - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The number of method parameters than can have runtime invisible annotations.
- invisibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The runtime invisible annotations of this class.
- invisibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The runtime invisible annotations of this field.
- invisibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The runtime invisible annotations of this method.
- invisibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The runtime invisible annotations of this record component.
- invisibleLocalVariableAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The invisible local variable annotations of this method.
- invisibleParameterAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The runtime invisible parameter annotations of this method.
- invisibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The runtime invisible type annotations of this instruction.
- invisibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The runtime invisible type annotations of this class.
- invisibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The runtime invisible type annotations of this field.
- invisibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The runtime invisible type annotations of this method.
- invisibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The runtime invisible type annotations of this record component.
- invisibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
The runtime invisible type annotations on the exception handler type.
- INVOKE_DYNAMIC_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
InvokeDynamicInsnNodeinstructions. - invokeConstructor(Type, Method) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a constructor.
- invokedynamic(String, String, Handle, Object[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to call the given dynamic method.
- invokeDynamic(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates an invokedynamic instruction.
- INVOKEDYNAMIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- InvokeDynamicInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an invokedynamic instruction.
- InvokeDynamicInsnNode(String, String, Handle, Object...) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
-
Constructs a new
InvokeDynamicInsnNode. - invokeinterface(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to call the given interface method.
- invokeInterface(Type, Method) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke an interface method.
- INVOKEINTERFACE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- invokespecial(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Deprecated.
- invokespecial(String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to call the given special method.
- INVOKESPECIAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- invokestatic(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Deprecated.
- invokestatic(String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to call the given static method.
- invokeStatic(Type, Method) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a static method.
- INVOKESTATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- invokevirtual(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Deprecated.
- invokevirtual(String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to call the given virtual method.
- invokeVirtual(Type, Method) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to invoke a normal method.
- INVOKEVIRTUAL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IOR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IREM - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IRETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- isCodeAttribute() - Method in class org.eclipse.persistence.internal.libraries.asm.Attribute
-
Returns true if this type of attribute is a Code attribute.
- ISHL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ISHR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- isInterface() - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
-
Returns true if the owner of the field or method designated by this handle is an interface.
- ISTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- ISUB - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- isUnknown() - Method in class org.eclipse.persistence.internal.libraries.asm.Attribute
-
Returns true if this type of attribute is unknown.
- iterator() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns an iterator over the instructions in this list.
- iterator(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns an iterator over the instructions in this list.
- itf - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
-
Whether the method's owner class if an interface.
- IUSHR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- IXOR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
J
- jsr(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- JSR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- JSRInlinerAdapter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorthat removes JSR instructions and inlines the referenced subroutines. - JSRInlinerAdapter(int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.JSRInlinerAdapter
-
Constructs a new
JSRInlinerAdapter. - JSRInlinerAdapter(MethodVisitor, int, String, String, String, String[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.JSRInlinerAdapter
-
Constructs a new
JSRInlinerAdapter. - JUMP_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
JumpInsnNodeinstructions. - JumpInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a jump instruction.
- JumpInsnNode(int, LabelNode) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
-
Constructs a new
JumpInsnNode.
K
- keys - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
-
The values of the keys.
L
- L2D - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- L2F - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- L2I - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- label - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
-
The operand of this instruction.
- Label - Class in org.eclipse.persistence.internal.libraries.asm
-
A position in the bytecode of a method.
- Label() - Constructor for class org.eclipse.persistence.internal.libraries.asm.Label
-
Constructs a new label.
- LABEL - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
LabelNode"instructions". - LabelNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
An
AbstractInsnNodethat encapsulates aLabel. - LabelNode() - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- LabelNode(Label) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- labels - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
-
Beginnings of the handler blocks.
- labels - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
-
Beginnings of the handler blocks.
- LADD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LAND - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- lcmp() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- LCMP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- lconst(long) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given value on the stack.
- LCONST_0 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LCONST_1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LDC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LDC_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
LdcInsnNodeinstructions. - LdcInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an LDC instruction.
- LdcInsnNode(Object) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LdcInsnNode
-
Constructs a new
LdcInsnNode. - LDIV - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LE - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- line - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
-
A line number.
- LINE - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
LineNumberNode"instructions". - LineNumberNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a line number declaration.
- LineNumberNode(int, LabelNode) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
-
Constructs a new
LineNumberNode. - LLOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LMUL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LNEG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- load(int, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- loadArg(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given method argument on the stack.
- loadArgArray() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to load all the method arguments on the stack, as a single object array.
- loadArgs() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to load all the method arguments on the stack.
- loadArgs(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to load the given method arguments on the stack.
- loadLocal(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given local variable on the stack.
- loadLocal(int, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to load the given local variable on the stack.
- loadThis() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to load 'this' on the stack.
- local - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
-
The types of the local variables of this stack map frame.
- LOCAL_VARIABLE - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type of a local variable in a method.
- locals - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
-
The local variable slots for the current execution frame.
- LocalVariableAnnotationNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a type annotation on a local or resource variable.
- LocalVariableAnnotationNode(int, int, TypePath, LabelNode[], LabelNode[], int[], String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableAnnotationNode
-
Constructs a new
LocalVariableAnnotationNode. - LocalVariableAnnotationNode(int, TypePath, LabelNode[], LabelNode[], int[], String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableAnnotationNode
-
Constructs a new
LocalVariableAnnotationNode. - LocalVariableNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a local variable declaration.
- LocalVariableNode(String, String, String, LabelNode, LabelNode, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
Constructs a new
LocalVariableNode. - localVariables - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The local variables of this method.
- LocalVariablesSorter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorthat renumbers local variables in their order of appearance. - LocalVariablesSorter(int, int, String, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
-
Constructs a new
LocalVariablesSorter. - LocalVariablesSorter(int, String, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
-
Constructs a new
LocalVariablesSorter. - LONG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LONG - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
longtype. - LONG_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
longtype. - lookupswitch(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- LOOKUPSWITCH - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LOOKUPSWITCH_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
LookupSwitchInsnNodeinstructions. - LookupSwitchInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a LOOKUPSWITCH instruction.
- LookupSwitchInsnNode(LabelNode, int[], LabelNode[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.LookupSwitchInsnNode
-
Constructs a new
LookupSwitchInsnNode. - LOR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LREM - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LRETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LSHL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LSHR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LSTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LSUB - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LT - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- LUSHR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- LXOR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
M
- mainClass - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The internal name of the main class of this module (see
Type.getInternalName()). - map(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps the internal name of a class to its new name.
- map(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SimpleRemapper
- mapAnnotationAttributeName(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps an annotation attribute name.
- mapAnnotationAttributeName(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SimpleRemapper
- mapDesc(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Returns the given descriptor, remapped with
Remapper.map(String). - mapFieldName(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps a field name to its new name.
- mapFieldName(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SimpleRemapper
- mapInnerClassName(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps an inner class name to its new name.
- mapInvokeDynamicMethodName(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps an invokedynamic or a constant dynamic method name to its new name.
- mapInvokeDynamicMethodName(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SimpleRemapper
- mapMethodDesc(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Returns the given method descriptor, with its argument and return type descriptors remapped with
Remapper.mapDesc(String). - mapMethodName(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps a method name to its new name.
- mapMethodName(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SimpleRemapper
- mapModuleName(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps a module name to its new name.
- mapPackageName(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps a package name to its new name.
- mapRecordComponentName(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Maps a record component name to its new name.
- mapSignature(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Returns the given signature, remapped with the
SignatureVisitorreturned byRemapper.createSignatureRemapper(SignatureVisitor). - mapType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Returns the given internal name, remapped with
Remapper.map(String). - mapTypes(String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Returns the given internal names, remapped with
Remapper.map(String). - mapValue(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
-
Returns the given value, remapped with this remapper.
- mark() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Marks the current code position with a new label.
- mark(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Marks the current code position with the given label.
- mark(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- math(int, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to do the specified mathematical or logical operation.
- max - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
-
The maximum key value.
- maxLocals - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The maximum number of local variables of this method.
- maxStack - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The maximum stack size of this method.
- Method - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A named method descriptor.
- Method(String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Constructs a new
Method. - Method(String, Type, Type[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.Method
-
Constructs a new
Method. - METHOD - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of method types.
- METHOD_FORMAL_PARAMETER - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type of a formal parameter of a method.
- METHOD_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
MethodInsnNodeinstructions. - METHOD_INVOCATION_TYPE_ARGUMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method in a method call.
- METHOD_RECEIVER - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the receiver type of a method.
- METHOD_REFERENCE - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the receiver type of a method reference.
- METHOD_REFERENCE_TYPE_ARGUMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method in a method reference.
- METHOD_RETURN - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the return type of a method.
- METHOD_TYPE_PARAMETER - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a type parameter of a generic method.
- METHOD_TYPE_PARAMETER_BOUND - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic method.
- methodAccess - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
-
The access flags of the visited method.
- methodDesc - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
-
The descriptor of the visited method.
- MethodInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a method instruction.
- MethodInsnNode(int, String, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
-
Constructs a new
MethodInsnNode. - MethodInsnNode(int, String, String, String, boolean) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
-
Constructs a new
MethodInsnNode. - MethodNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a method.
- MethodNode() - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Constructs an uninitialized
MethodNode. - MethodNode(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Constructs an uninitialized
MethodNode. - MethodNode(int, int, String, String, String, String[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Constructs a new
MethodNode. - MethodNode(int, String, String, String, String[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
Constructs a new
MethodNode. - MethodRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitorthat remaps types with aRemapper. - MethodRemapper(int, MethodVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
-
Constructs a new
MethodRemapper. - MethodRemapper(MethodVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
-
Constructs a new
MethodRemapper. - methods - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The methods of this class.
- MethodTooLargeException - Exception in org.eclipse.persistence.internal.libraries.asm
-
Exception thrown when the Code attribute of a method produced by a
ClassWriteris too large. - MethodTooLargeException(String, String, String, int) - Constructor for exception org.eclipse.persistence.internal.libraries.asm.MethodTooLargeException
-
Constructs a new
MethodTooLargeException. - MethodVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a Java method.
- MethodVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Constructs a new
MethodVisitor. - MethodVisitor(int, MethodVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Constructs a new
MethodVisitor. - min - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
-
The minimum key value.
- module - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The module stored in this class.
- module - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleRequireNode
-
The fully qualified name (using dots) of the dependence.
- ModuleExportNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an exported package with its name and the module that can access to it.
- ModuleExportNode(String, int, List<String>) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ModuleExportNode
-
Constructs a new
ModuleExportNode. - ModuleHashesAttribute - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A ModuleHashes attribute.
- ModuleHashesAttribute() - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
-
Constructs an empty
ModuleHashesAttribute. - ModuleHashesAttribute(String, List<String>, List<byte[]>) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
-
Constructs a new
ModuleHashesAttribute. - ModuleNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a module declaration.
- ModuleNode(int, String, int, String, List<ModuleRequireNode>, List<ModuleExportNode>, List<ModuleOpenNode>, List<String>, List<ModuleProvideNode>) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
Constructs a
ModuleNode. - ModuleNode(String, int, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
Constructs a
ModuleNode. - ModuleOpenNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents an opened package with its name and the module that can access it.
- ModuleOpenNode(String, int, List<String>) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ModuleOpenNode
-
Constructs a new
ModuleOpenNode. - ModuleProvideNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a service and its implementation provided by the current module.
- ModuleProvideNode(String, List<String>) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ModuleProvideNode
-
Constructs a new
ModuleProvideNode. - ModuleRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
ModuleVisitorthat remaps types with aRemapper. - ModuleRemapper(int, ModuleVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
-
Constructs a new
ModuleRemapper. - ModuleRemapper(ModuleVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
-
Constructs a new
ModuleRemapper. - ModuleRequireNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a required module with its name and access of a module descriptor.
- ModuleRequireNode(String, int, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ModuleRequireNode
-
Constructs a new
ModuleRequireNode. - ModuleResolutionAttribute - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A ModuleResolution attribute.
- ModuleResolutionAttribute() - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
-
Constructs an empty
ModuleResolutionAttribute. - ModuleResolutionAttribute(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
-
Constructs a new
ModuleResolutionAttribute. - modules - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
-
A list of module names.
- modules - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleExportNode
-
The list of modules that can access this exported package, specified with fully qualified names (using dots).
- modules - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleOpenNode
-
The fully qualified names (using dots) of the modules that can use deep reflection to the classes of the open package, or null.
- ModuleTargetAttribute - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A ModuleTarget attribute.
- ModuleTargetAttribute() - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleTargetAttribute
-
Constructs an empty
ModuleTargetAttribute. - ModuleTargetAttribute(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.ModuleTargetAttribute
-
Constructs a new
ModuleTargetAttribute. - ModuleVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a Java module.
- ModuleVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Constructs a new
ModuleVisitor. - ModuleVisitor(int, ModuleVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Constructs a new
ModuleVisitor. - monitorenter() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- monitorEnter() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to get the monitor of the top stack value.
- MONITORENTER - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- monitorexit() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- monitorExit() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to release the monitor of the top stack value.
- MONITOREXIT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- mul(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- MUL - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - multianewarray(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- MULTIANEWARRAY - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- MULTIANEWARRAY_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
MultiANewArrayInsnNodeinstructions. - MultiANewArrayInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a MULTIANEWARRAY instruction.
- MultiANewArrayInsnNode(String, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.MultiANewArrayInsnNode
-
Constructs a new
MultiANewArrayInsnNode. - mv - Variable in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- mv - Variable in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
The module visitor to which this visitor must delegate method calls.
N
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The internal name of this class (see
Type.getInternalName()). - name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
-
The field's name.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The field's name.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
The internal name of an inner class (see
Type.getInternalName()). - name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InvokeDynamicInsnNode
-
The method's name.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
The name of a local variable.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
-
The method's name.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The method's name.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The fully qualified name (using dots) of this module.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ParameterNode
-
The parameter's name.
- name - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The record component name.
- NE - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- neg(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- NEG - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - nestHostClass - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The internal name of the nest host class of this class (see
Type.getInternalName()). - nestMembers - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The internal names of the nest members of this class (see
Type.getInternalName()). - NEW - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- NEW - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type of the object created by a 'new' instruction.
- newarray(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to create and push on the stack an array of the given type.
- newArray(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new array.
- NEWARRAY - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- newClass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a class reference to the constant pool of the class being build.
- newConst(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a number or string constant to the constant pool of the class being build.
- newConstantDynamic(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a dynamic constant reference to the constant pool of the class being build.
- newExceptionReference(int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a reference to the type of an exception, in a 'throws' clause of a method.
- newField(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a field reference to the constant pool of the class being build.
- newFormalParameterReference(int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a reference to the type of a formal parameter of a method.
- newHandle(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Deprecated.this method is superseded by
ClassWriter.newHandle(int, String, String, String, boolean). - newHandle(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a handle to the constant pool of the class being build.
- newInstance(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to create a new object.
- newInvokeDynamic(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds an invokedynamic reference to the constant pool of the class being build.
- newLabel() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constructs a new
Label. - newLocal(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
-
Constructs a new local variable of the given type.
- newLocalMapping(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
- newMethod(String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a method reference to the constant pool of the class being build.
- newMethodType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a method type reference to the constant pool of the class being build.
- newModule(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a module reference to the constant pool of the class being build.
- newNameType(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a name and type to the constant pool of the class being build.
- newPackage(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds a package reference to the constant pool of the class being build.
- newSuperTypeReference(int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a reference to the super class or to an interface of the 'implements' clause of a class.
- newTryCatchReference(int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a reference to the type of the exception declared in a 'catch' clause of a method.
- newTypeArgumentReference(int, int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a reference to the type of a type argument in a constructor or method call or reference.
- newTypeParameterBoundReference(int, int, int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a reference to a type parameter bound of a generic class or method.
- newTypeParameterReference(int, int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a reference to a type parameter of a generic class or method.
- newTypeReference(int) - Static method in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Returns a type reference of the given sort.
- newUTF8(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Adds an UTF8 string to the constant pool of the class being build.
- nextLocal - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
-
The index of the next local variable to be created by
LocalVariablesSorter.newLocal(org.eclipse.persistence.internal.libraries.asm.Type). - nop() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates a nop instruction.
- NOP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- not() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to compute the bitwise negation of the top stack value.
- NULL - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
O
- OBJECT - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of object reference types.
- OBJECT_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
The type of the java.lang.Object class.
- onMethodEnter() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
-
Generates the "before" advice for the visited method.
- onMethodExit(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
-
Generates the "after" advice for the visited method.
- opcode - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The opcode of this instruction, or -1 if this is not a JVM instruction (e.g.
- Opcodes - Interface in org.eclipse.persistence.internal.libraries.asm
-
The JVM opcodes, access flags and array type codes.
- opens - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The packages opened by this module.
- operand - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
-
The operand of this instruction.
- or(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- OR - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - org.eclipse.persistence.asm - module org.eclipse.persistence.asm
- org.eclipse.persistence.internal.libraries.asm - package org.eclipse.persistence.internal.libraries.asm
- org.eclipse.persistence.internal.libraries.asm.commons - package org.eclipse.persistence.internal.libraries.asm.commons
- org.eclipse.persistence.internal.libraries.asm.signature - package org.eclipse.persistence.internal.libraries.asm.signature
- org.eclipse.persistence.internal.libraries.asm.tree - package org.eclipse.persistence.internal.libraries.asm.tree
- outerClass - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The internal name of the enclosing class of this class (see
Type.getInternalName()). - outerMethod - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The name of the method that contains the class, or null if the class has no enclosing class, or is not enclosed in a method or constructor of its enclosing class (e.g.
- outerMethodDesc - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The descriptor of the method that contains the class, or null if the class has no enclosing class, or is not enclosed in a method or constructor of its enclosing class (e.g.
- outerName - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.InnerClassNode
-
The internal name of the class to which the inner class belongs (see
Type.getInternalName()). - owner - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
-
The internal name of the field's owner class (see
Type.getInternalName()). - owner - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
-
The internal name of the method's owner class (see
Type.getInternalName()).
P
- packages - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The internal name of the packages declared by this module (see
Type.getInternalName()). - packaze - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleExportNode
-
The internal name of the exported package (see
Type.getInternalName()). - packaze - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleOpenNode
-
The internal name of the opened package (see
Type.getInternalName()). - ParameterNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a parameter of a method.
- ParameterNode(String, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.ParameterNode
-
Constructs a new
ParameterNode. - parameters - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The method parameter info (access flags and name).
- permittedSubclasses - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The internal names of the permitted subclasses of this class (see
Type.getInternalName()). - platform - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleTargetAttribute
-
The name of the platform on which the module can run.
- pop() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a POP instruction.
- pop() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- POP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- pop2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a POP2 instruction.
- pop2() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- POP2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- providers - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleProvideNode
-
The internal names of the implementations of the service (there is at least one provider).
- provides - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The services provided by this module.
- push(boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(double) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(float) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(long) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- push(ConstantDynamic) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push a constant dynamic on the stack.
- push(Handle) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push a handle on the stack.
- push(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to push the given value on the stack.
- putByte(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Puts a byte into this byte vector.
- putByteArray(byte[], int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Puts an array of bytes into this byte vector.
- putfield(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- putField(Type, String, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a non static field.
- PUTFIELD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- putInt(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Puts an int into this byte vector.
- putLong(long) - Method in class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Puts a long into this byte vector.
- putShort(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Puts a short into this byte vector.
- putstatic(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- putStatic(Type, String, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in a static field.
- PUTSTATIC - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- putUTF8(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Puts an UTF8 string into this byte vector.
R
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.Attribute
-
Reads a
Attribute.typeattribute. - read(ClassReader, int, int, char[], int, Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
- read(ClassReader, int, int, char[], int, Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleTargetAttribute
- readByte(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a byte value in this
ClassReader. - readBytecodeInstructionOffset(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Handles the bytecode offset of the next instruction to be visited in
ClassReader.accept(ClassVisitor,int). - readClass(int, char[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a CONSTANT_Class constant pool entry in this
ClassReader. - readConst(int, char[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a numeric or string constant pool entry in this
ClassReader. - readInt(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a signed int value in this
ClassReader. - readLabel(int, Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Returns the label corresponding to the given bytecode offset.
- readLong(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a signed long value in this
ClassReader. - readModule(int, char[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a CONSTANT_Module constant pool entry in this
ClassReader. - readPackage(int, char[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a CONSTANT_Package constant pool entry in this
ClassReader. - readShort(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a signed short value in this
ClassReader. - readUnsignedShort(int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads an unsigned short value in this
ClassReader. - readUTF8(int, char[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
Reads a CONSTANT_Utf8 constant pool entry in this
ClassReader. - RecordComponentNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a record component.
- RecordComponentNode(int, String, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
Constructs a new
RecordComponentNode. - RecordComponentNode(String, String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
Constructs a new
RecordComponentNode. - RecordComponentRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
RecordComponentVisitorthat remaps types with aRemapper. - RecordComponentRemapper(int, RecordComponentVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
-
Constructs a new
RecordComponentRemapper. - RecordComponentRemapper(RecordComponentVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
-
Constructs a new
RecordComponentRemapper. - recordComponents - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The record components of this class.
- RecordComponentVisitor - Class in org.eclipse.persistence.internal.libraries.asm
-
A visitor to visit a record component.
- RecordComponentVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor. - RecordComponentVisitor(int, RecordComponentVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
Constructs a new
RecordComponentVisitor. - rem(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- REM - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - remapper - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
-
The remapper used to remap the types in the visited annotation.
- remapper - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
-
The remapper used to remap the types in the visited class.
- remapper - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
-
The remapper used to remap the types in the visited field.
- remapper - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
-
The remapper used to remap the types in the visited field.
- remapper - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
-
The remapper used to remap the types in the visited module.
- remapper - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
-
The remapper used to remap the types in the visited field.
- Remapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A class responsible for remapping types and names.
- Remapper() - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.Remapper
- remove(AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Removes the given instruction from this list.
- requires - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The dependencies of this module.
- resetLabel() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.LabelNode
- resetLabels() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Resets all the labels in the instruction list.
- resolution - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
-
The resolution state of the module.
- RESOLUTION_DO_NOT_RESOLVE_BY_DEFAULT - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning that the module is not available from the class-path by default.
- RESOLUTION_WARN_DEPRECATED - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning the module is marked as deprecated.
- RESOLUTION_WARN_DEPRECATED_FOR_REMOVAL - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning the module is marked as deprecated and will be removed in a future release.
- RESOLUTION_WARN_INCUBATING - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
-
The resolution state of a module meaning the module is not yet standardized, so in incubating mode.
- RESOURCE_VARIABLE - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type of a resource variable in a method.
- ret(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a RET instruction.
- ret(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- RET - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- RETURN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- returnValue() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to return the top stack value to the caller.
S
- SALOAD - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- SASTORE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- SerialVersionUIDAdder - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
ClassVisitorthat adds a serial version unique identifier to a class if missing. - SerialVersionUIDAdder(int, ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Constructs a new
SerialVersionUIDAdder. - SerialVersionUIDAdder(ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
-
Constructs a new
SerialVersionUIDAdder. - service - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleProvideNode
-
The internal name of the service (see
Type.getInternalName()). - set(AbstractInsnNode, AbstractInsnNode) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Replaces an instruction of this list with another instruction.
- setLocalType(int, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
- setLocalType(int, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
-
Notifies subclasses that a local variable has been added or remapped.
- setOpcode(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.IntInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.JumpInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
-
Sets the opcode of this instruction.
- setOpcode(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
-
Sets the opcode of this instruction.
- shl(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- SHL - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - SHORT - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
shorttype. - SHORT_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
shorttype. - shr(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- SHR - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - signature - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The signature of this class.
- signature - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The field's signature.
- signature - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
The signature of this local variable.
- signature - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The method's signature.
- signature - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The record component signature.
- SignatureReader - Class in org.eclipse.persistence.internal.libraries.asm.signature
-
A parser for signature literals, as defined in the Java Virtual Machine Specification (JVMS), to visit them with a SignatureVisitor.
- SignatureReader(String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.signature.SignatureReader
-
Constructs a
SignatureReaderfor the given signature. - SignatureRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
SignatureVisitorthat remaps types with aRemapper. - SignatureRemapper(int, SignatureVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
-
Constructs a new
SignatureRemapper. - SignatureRemapper(SignatureVisitor, Remapper) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
-
Constructs a new
SignatureRemapper. - SignatureVisitor - Class in org.eclipse.persistence.internal.libraries.asm.signature
-
A visitor to visit a generic signature.
- SignatureVisitor(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Constructs a new
SignatureVisitor. - SignatureWriter - Class in org.eclipse.persistence.internal.libraries.asm.signature
-
A SignatureVisitor that generates signature literals, as defined in the Java Virtual Machine Specification (JVMS).
- SignatureWriter() - Constructor for class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
-
Constructs a new
SignatureWriter. - SimpleRemapper - Class in org.eclipse.persistence.internal.libraries.asm.commons
- SimpleRemapper(String, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.SimpleRemapper
-
Constructs a new
SimpleRemapperwith the given mapping. - SimpleRemapper(Map<String, String>) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.SimpleRemapper
-
Constructs a new
SimpleRemapperwith the given mapping. - SIPUSH - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- size() - Method in class org.eclipse.persistence.internal.libraries.asm.ByteVector
-
Returns the actual number of bytes in this vector.
- size() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns the number of instructions in this list.
- SKIP_CODE - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
A flag to skip the Code attributes.
- SKIP_DEBUG - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable, LocalVariableTypeTable, LineNumberTable and MethodParameters attributes.
- SKIP_FRAMES - Static variable in class org.eclipse.persistence.internal.libraries.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- SOURCE_DEPRECATED - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- SOURCE_MASK - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- sourceDebug - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The correspondence between source and compiled elements of this class.
- sourceFile - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The name of the source file from which this class was compiled.
- stack - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
-
The operand stack slots for the current execution frame.
- stack - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
-
The types of the operand stack elements of this stack map frame.
- start - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LineNumberNode
-
The first instruction corresponding to this line number.
- start - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableAnnotationNode
-
The fist instructions corresponding to the continuous ranges that make the scope of this local variable (inclusive).
- start - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.LocalVariableNode
-
The first instruction corresponding to the scope of this local variable (inclusive).
- start - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
The beginning of the exception handler's scope (inclusive).
- StaticInitMerger - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
ClassVisitorthat merges <clinit> methods into a single one. - StaticInitMerger(int, String, ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.StaticInitMerger
-
Constructs a new
StaticInitMerger. - StaticInitMerger(String, ClassVisitor) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.StaticInitMerger
-
Constructs a new
StaticInitMerger. - store(int, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- storeArg(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given method argument.
- storeLocal(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- storeLocal(int, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to store the top stack value in the given local variable.
- sub(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- SUB - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method. - SUPER - Static variable in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Wildcard for a "super" type argument.
- superName - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The internal of name of the super class (see
Type.getInternalName()). - swap() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates a SWAP instruction.
- swap() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- swap(Type, Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to swap the top two stack values.
- SWAP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
T
- T_BOOLEAN - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- T_BYTE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- T_CHAR - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- T_DOUBLE - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- T_FLOAT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- T_INT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- T_LONG - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- T_SHORT - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- tableswitch(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- tableSwitch(int[], TableSwitchGenerator) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- tableSwitch(int[], TableSwitchGenerator, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions for a switch statement.
- TABLESWITCH - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- TABLESWITCH_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
TableSwitchInsnNodeinstructions. - TableSwitchGenerator - Interface in org.eclipse.persistence.internal.libraries.asm.commons
-
A code generator for switch statements.
- TableSwitchInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a TABLESWITCH instruction.
- TableSwitchInsnNode(int, int, LabelNode, LabelNode...) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.TableSwitchInsnNode
-
Constructs a new
TableSwitchInsnNode. - tconst(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
-
Generates the instruction to push the given type on the stack.
- throwException() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instruction to throw an exception.
- throwException(Type, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to create and throw an exception.
- THROWS - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
The sort of type references that target the type of an exception declared in the throws clause of a method.
- toArray() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.InsnList
-
Returns an array containing all the instructions in this list.
- toByteArray() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
-
Returns the content of the class file that was built by this ClassWriter.
- TOP - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- toString() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.Method
- toString() - Method in class org.eclipse.persistence.internal.libraries.asm.ConstantDynamic
- toString() - Method in class org.eclipse.persistence.internal.libraries.asm.Handle
-
Returns the textual representation of this handle.
- toString() - Method in class org.eclipse.persistence.internal.libraries.asm.Label
-
Returns a string representation of this label.
- toString() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
-
Returns the signature that was built by this signature writer.
- toString() - Method in class org.eclipse.persistence.internal.libraries.asm.Type
-
Returns a string representation of this type.
- toString() - Method in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
Returns a string representation of this type path.
- TryCatchBlockNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a try catch block.
- TryCatchBlockNode(LabelNode, LabelNode, LabelNode, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
Constructs a new
TryCatchBlockNode. - tryCatchBlocks - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The try catch blocks of this method.
- TryCatchBlockSorter - Class in org.eclipse.persistence.internal.libraries.asm.commons
-
A
MethodVisitoradapter to sort the exception handlers. - TryCatchBlockSorter(int, MethodVisitor, int, String, String, String, String[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.TryCatchBlockSorter
- TryCatchBlockSorter(MethodVisitor, int, String, String, String, String[]) - Constructor for class org.eclipse.persistence.internal.libraries.asm.commons.TryCatchBlockSorter
-
Constructs a new
TryCatchBlockSorter. - type - Variable in class org.eclipse.persistence.internal.libraries.asm.Attribute
-
The type of this attribute, also called its name in the JVMS.
- type - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FrameNode
-
The type of this frame.
- type - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
The internal name of the type of exceptions handled by the handler.
- Type - Class in org.eclipse.persistence.internal.libraries.asm
-
A Java field or method type.
- TYPE_ARGUMENT - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
A type path step that steps into a type argument of a generic type.
- TYPE_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
TypeInsnNodeinstructions. - TypeAnnotationNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a type annotation.
- TypeAnnotationNode(int, int, TypePath, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.TypeAnnotationNode
-
Constructs a new
AnnotationNode. - TypeAnnotationNode(int, TypePath, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.TypeAnnotationNode
-
Constructs a new
AnnotationNode. - TypeInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a type instruction.
- TypeInsnNode(int, String) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.TypeInsnNode
-
Constructs a new
TypeInsnNode. - typePath - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TypeAnnotationNode
-
The path to the annotated type argument, wildcard bound, array element type, or static outer type within the referenced type.
- TypePath - Class in org.eclipse.persistence.internal.libraries.asm
-
The path to a type argument, wildcard bound, array element type, or static inner type within an enclosing type.
- typeRef - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TypeAnnotationNode
-
A reference to the annotated type.
- TypeReference - Class in org.eclipse.persistence.internal.libraries.asm
-
A reference to a type appearing in a class, field or method declaration, or on an instruction.
- TypeReference(int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.TypeReference
-
Constructs a new TypeReference.
U
- unbox(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to unbox the top stack value.
- UNINITIALIZED_THIS - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- uninitializedTypes - Variable in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
-
The uninitialized types in the current execution frame.
- UnsupportedClassVersionException - Exception in org.eclipse.persistence.internal.libraries.asm.tree
-
Exception thrown in
AnnotationNode.check(int),ClassNode.check(int),FieldNode.check(int)andMethodNode.check(int)when these nodes (or their children, recursively) contain elements that were introduced in more recent versions of the ASM API than version passed to these methods. - UnsupportedClassVersionException() - Constructor for exception org.eclipse.persistence.internal.libraries.asm.tree.UnsupportedClassVersionException
- updateIndex(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
Updates the index of this try catch block in the method's list of try catch block nodes.
- updateNewLocals(Object[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
-
Notifies subclasses that a new stack map frame is being visited.
- uses - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The internal names of the services used by this module (see
Type.getInternalName()). - ushr(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- USHR - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method.
V
- V_PREVIEW - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
-
Version flag indicating that the class is using 'preview' features.
- V1_1 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V1_2 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V1_3 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V1_4 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V1_5 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V1_6 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V1_7 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V1_8 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V10 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V11 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V12 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V13 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V14 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V15 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V16 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V17 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V18 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V19 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V20 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V21 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- V9 - Static variable in interface org.eclipse.persistence.internal.libraries.asm.Opcodes
- value - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The field's initial value.
- valueOf(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Generates the instructions to box the top stack value using Java 5's valueOf() method.
- values - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
-
The name value pairs of this annotation.
- var - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.IincInsnNode
-
Index of the local variable to be incremented.
- var - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
-
The operand of this instruction.
- VAR_INSN - Static variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The type of
VarInsnNodeinstructions. - VarInsnNode - Class in org.eclipse.persistence.internal.libraries.asm.tree
-
A node that represents a local variable instruction.
- VarInsnNode(int, int) - Constructor for class org.eclipse.persistence.internal.libraries.asm.tree.VarInsnNode
-
Constructs a new
VarInsnNode. - version - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The class version.
- version - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
-
The version of this module.
- version - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleRequireNode
-
The module version at compile time, or null.
- visibleAnnotableParameterCount - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The number of method parameters than can have runtime visible annotations.
- visibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The runtime visible annotations of this class.
- visibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The runtime visible annotations of this field.
- visibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The runtime visible annotations of this method.
- visibleAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The runtime visible annotations of this record component.
- visibleLocalVariableAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The visible local variable annotations of this method.
- visibleParameterAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The runtime visible parameter annotations of this method.
- visibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.AbstractInsnNode
-
The runtime visible type annotations of this instruction.
- visibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
-
The runtime visible type annotations of this class.
- visibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
-
The runtime visible type annotations of this field.
- visibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
-
The runtime visible type annotations of this method.
- visibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
-
The runtime visible type annotations of this record component.
- visibleTypeAnnotations - Variable in class org.eclipse.persistence.internal.libraries.asm.tree.TryCatchBlockNode
-
The runtime visible type annotations on the exception handler type.
- visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
- visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.StaticInitMerger
- visit(int, int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visit(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.EclipseLinkASMClassWriter
-
Visits the header of the class with
versionset equal to currently running Java SE version. - visit(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.EclipseLinkClassVisitor
- visit(String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
- visit(String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
- visitAnnotableParameterCount(int, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotableParameterCount(int, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
Visits an annotation of the record component.
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitAnnotation(String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
- visitAnnotation(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
- visitAnnotation(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
- visitAnnotationDefault() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitAnnotationDefault() - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitAnnotationDefault() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitArray(String) - Method in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitArray(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
- visitArray(String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
- visitArrayType() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitArrayType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits a signature corresponding to an array type.
- visitArrayType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
Visits a non standard attribute of the record component.
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitAttribute(Attribute) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
- visitBaseType(char) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitBaseType(char) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits a signature corresponding to a primitive type.
- visitBaseType(char) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitClassBound() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitClassBound() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits the class bound of the last visited formal type parameter.
- visitClassBound() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitClassType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitClassType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Starts the visit of a signature corresponding to a class or interface type.
- visitClassType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitCode() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitCode() - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitCode() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.JSRInlinerAdapter
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.StaticInitMerger
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.TryCatchBlockSorter
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
Visits the end of the record component.
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Ends the visit of a signature corresponding to a class or interface type.
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitEnd() - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
- visitEnum(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitEnum(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnnotationRemapper
- visitEnum(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.AnnotationNode
- visitExceptionType() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitExceptionType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits the type of a method exception.
- visitExceptionType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitExport(String, int, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
- visitExport(String, int, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitExport(String, int, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitField(int, String, String, String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitField(int, String, String, String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitField(int, String, String, String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
- visitField(int, String, String, String, Object) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a field instruction.
- visitFieldInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitFormalTypeParameter(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitFormalTypeParameter(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits a formal type parameter.
- visitFormalTypeParameter(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitFrame(int, int, Object[], int, Object[]) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitIincInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitIincInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitIincInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitIincInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
- visitIincInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an IINC instruction.
- visitIincInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitInnerClass(String, String, String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitInnerClass(String, String, String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitInnerClass(String, String, String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
- visitInnerClass(String, String, String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitInnerClassType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitInnerClassType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits an inner class.
- visitInnerClassType(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitInsn(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitInsn(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitInsn(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitInsn(int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitInsn(int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsn(int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitInterface() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitInterface() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits the type of an interface implemented by the class.
- visitInterface() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitInterfaceBound() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitInterfaceBound() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits an interface bound of the last visited formal type parameter.
- visitInterfaceBound() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitIntInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitIntInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitIntInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitIntInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitIntInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitIntInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.JSRInlinerAdapter
- visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a jump instruction.
- visitJumpInsn(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitLabel(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitLabel(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitLabel(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitLabel(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a label.
- visitLabel(Label) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLdcInsn(Object) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitLineNumber(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a line number declaration.
- visitLineNumber(int, Label) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitMainClass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
- visitMainClass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMainClass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitMaxs(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitMaxs(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
- visitMaxs(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMaxs(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SerialVersionUIDAdder
- visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.StaticInitMerger
- visitMethod(int, String, String, String, String[]) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitMethodInsn(int, String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Deprecated.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a method instruction.
- visitMethodInsn(int, String, String, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitModule(String, int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitModule(String, int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitModule(String, int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitMultiANewArrayInsn(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitNestHost(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitNestHost(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitNestHost(String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitNestMember(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitNestMember(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitNestMember(String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitOpen(String, int, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
- visitOpen(String, int, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOpen(String, int, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitOuterClass(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitOuterClass(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitOuterClass(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitPackage(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
- visitPackage(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visit a package of the current module.
- visitPackage(String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitParameter(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameter(String, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitParameterAnnotation(int, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitParameterAnnotation(int, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitParameterAnnotation(int, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitParameterType() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitParameterType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits the type of a method parameter.
- visitParameterType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitPermittedSubclass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits a permitted subclasses.
- visitPermittedSubclass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitPermittedSubclass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitPermittedSubclass(String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitProvide(String, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
- visitProvide(String, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitProvide(String, String...) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitRecordComponent(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits a record component of the class.
- visitRecordComponent(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitRecordComponent(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitRecordComponent(String, String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitRequire(String, int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
- visitRequire(String, int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitRequire(String, int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitReturnType() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitReturnType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits the return type of the method.
- visitReturnType() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitSource(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitSource(String, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitSuperclass() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitSuperclass() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits the type of the super class.
- visitSuperclass() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a try catch block.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.ClassWriter
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ClassRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.FieldRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.RecordComponentRemapper
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.RecordComponentVisitor
-
Visits an annotation on a type in the record component signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ClassNode
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.FieldNode
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.RecordComponentNode
- visitTypeArgument() - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitTypeArgument() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits an unbounded type argument of the last visited class or inner class type.
- visitTypeArgument() - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitTypeArgument(char) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitTypeArgument(char) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits a type argument of the last visited class or inner class type.
- visitTypeArgument(char) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.MethodRemapper
- visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a type instruction.
- visitTypeInsn(int, String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- visitTypeVariable(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.SignatureRemapper
- visitTypeVariable(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureVisitor
-
Visits a signature corresponding to a type variable.
- visitTypeVariable(String) - Method in class org.eclipse.persistence.internal.libraries.asm.signature.SignatureWriter
- visitUse(String) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleRemapper
- visitUse(String) - Method in class org.eclipse.persistence.internal.libraries.asm.ModuleVisitor
-
Visit a service used by the current module.
- visitUse(String) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.ModuleNode
- visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AdviceAdapter
- visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.AnalyzerAdapter
- visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.CodeSizeEvaluator
- visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.LocalVariablesSorter
- visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.MethodVisitor
-
Visits a local variable instruction.
- visitVarInsn(int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.tree.MethodNode
- VOID - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The sort of the
voidtype. - VOID_TYPE - Static variable in class org.eclipse.persistence.internal.libraries.asm.Type
-
The
voidtype.
W
- WILDCARD_BOUND - Static variable in class org.eclipse.persistence.internal.libraries.asm.TypePath
-
A type path step that steps into the bound of a wildcard type.
- write(ClassWriter, byte[], int, int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.Attribute
-
Returns the byte array form of the content of this attribute.
- write(ClassWriter, byte[], int, int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleHashesAttribute
- write(ClassWriter, byte[], int, int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleResolutionAttribute
- write(ClassWriter, byte[], int, int, int) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.ModuleTargetAttribute
X
- xor(Type) - Method in class org.eclipse.persistence.internal.libraries.asm.commons.InstructionAdapter
- XOR - Static variable in class org.eclipse.persistence.internal.libraries.asm.commons.GeneratorAdapter
-
Constant for the
GeneratorAdapter.math(int, org.eclipse.persistence.internal.libraries.asm.Type)method.
All Classes All Packages