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) classstatic classstatic class(package private) static classclassConstCell<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) IndexerInstr.arg(package private) IndexerStackMapData.StackMapItemTaggedPointer.arg(package private) IndexerExceptionData.catchType(package private) IndexerSwitchTable.defLabelprotected IndexerCodeAttr.max_localsprotected IndexerCodeAttr.max_stack(package private) Indexer[]SwitchTable.resLabels(package private) IndexerAnnotationData.typeCPXFields in org.openjdk.asmtools.jasm with type parameters of type IndexerModifier and TypeFieldDescriptionClassData.interfacesSwitchTable.labels(package private) DataVector<? extends Indexer> StackMapData.localsMap(package private) DataVector<? extends Indexer> StackMapData.stackMapMethods in org.openjdk.asmtools.jasm that return IndexerModifier and TypeMethodDescriptionprivate IndexerInstr.fixReference(Indexer arg) (package private) IndexerParse a signed integer of size bytes long.protected IndexerParserInstr.parseLabelRef()Parse a label instruction argument(package private) IndexerParser.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) IndexerParser.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) voidCodeAttr.addInstr(int mnenoc_pos, OpcodeTables.Opcode opcode, Indexer arg, Object arg2) (package private) voidClassData.addLocVarData(int opc, Indexer arg) private IndexerInstr.fixReference(Indexer arg) Instr.set(int pc, int pos, OpcodeTables.Opcode opc, Indexer arg, Object arg2) (package private) voidCodeAttr.trapHandler(int pos, String name, Indexer type) Method parameters in org.openjdk.asmtools.jasm with type arguments of type IndexerModifier and TypeMethodDescriptionfinal voidClassData.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)