Uses of Class
org.openjdk.asmtools.jasm.Indexer
Packages that use Indexer
-
Uses of Indexer in org.openjdk.asmtools.jasm
Subclasses of Indexer in org.openjdk.asmtools.jasmModifier and TypeClassDescription(package private) class
static class
static class
(package private) static class
class
ConstCell<V extends ConstValue>
ConstantCell is a type of data that can be in a constant pool.Fields in org.openjdk.asmtools.jasm declared as IndexerModifier and TypeFieldDescription(package private) Indexer
Instr.arg
(package private) Indexer
StackMapData.StackMapItemTaggedPointer.arg
(package private) Indexer
ExceptionData.catchType
(package private) Indexer
SwitchTable.defLabel
protected Indexer
CodeAttr.max_locals
protected Indexer
CodeAttr.max_stack
(package private) Indexer[]
SwitchTable.resLabels
(package private) Indexer
AnnotationData.typeCPX
Fields in org.openjdk.asmtools.jasm with type parameters of type IndexerModifier and TypeFieldDescriptionClassData.interfaces
SwitchTable.labels
(package private) DataVector<? extends Indexer>
StackMapData.localsMap
(package private) DataVector<? extends Indexer>
StackMapData.stackMap
Methods in org.openjdk.asmtools.jasm that return IndexerModifier and TypeMethodDescriptionprivate Indexer
Instr.fixReference
(Indexer arg) (package private) Indexer
Parse a signed integer of size bytes long.protected Indexer
ParserInstr.parseLabelRef()
Parse a label instruction argument(package private) Indexer
Parser.parseLocVarRef()
Parse The index (LOCAL_VARIABLE) into the local variable array of the instructions: [wide]aload, astore, fload, fstore, iload, istore, lload, lstore, dload, dstore LOCAL_VARIABLE; [wide]iinc LOCAL_VARIABLE, NUMBER;(package private) Indexer
Parser.parseUInt
(int size) Parse an unsigned integer of size bytes long.Methods in org.openjdk.asmtools.jasm with parameters of type IndexerModifier and TypeMethodDescription(package private) void
(package private) void
CodeAttr.addInstr
(int mnenoc_pos, OpcodeTables.Opcode opcode, Indexer arg, Object arg2) (package private) void
ClassData.addLocVarData
(int opc, Indexer arg) private Indexer
Instr.fixReference
(Indexer arg) Instr.set
(int pc, int pos, OpcodeTables.Opcode opc, Indexer arg, Object arg2) (package private) void
CodeAttr.trapHandler
(int pos, String name, Indexer type) Method parameters in org.openjdk.asmtools.jasm with type arguments of type IndexerModifier and TypeMethodDescriptionfinal void
ClassData.init
(int access, ConstCell<?> this_class, ConstCell<?> super_class, ArrayList<Indexer> interfaces) Initializes the ClassData.Constructors in org.openjdk.asmtools.jasm with parameters of type IndexerModifierConstructorDescriptionAnnotationData
(Indexer typeCPX, boolean invisible) CodeAttr
(MethodData methodData, int paramCount, Indexer max_stack, Indexer max_locals) ExceptionData
(int pos, CodeAttr.RangePC rangePC, int handler_pc, Indexer catchType) (package private)
StackMapItemTaggedPointer
(StackMap.VerificationType itemVerificationType, Indexer arg) TypeAnnotationData
(Indexer typeCPX, boolean invisible)