Uses of Class
org.openjdk.asmtools.asmutils.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in org.openjdk.asmtools.asmutils
Subclasses of Pair in org.openjdk.asmtools.asmutils -
Uses of Pair in org.openjdk.asmtools.common
Methods in org.openjdk.asmtools.common that return PairModifier and TypeMethodDescriptionCompilerLogger.filePosition(long where) Gets a pair of line number and line position for the pointer where A position consists of: ((linenr >> OFFSETBITS) | offset) this means that both the line number and the exact offset into the file are encoded in each position value.Methods in org.openjdk.asmtools.common with parameters of type PairModifier and TypeMethodDescriptionprivate voidCompilerLogger.printAffectedSourceLine(ToolOutput output, Pair<Long, Long> filePosition) -
Uses of Pair in org.openjdk.asmtools.jasm
Subclasses of Pair in org.openjdk.asmtools.jasmModifier and TypeClassDescriptionclassWrapper for Pair class for keeping Name information that is the Constant Pool Index and Corresponding Name.Subclasses with type arguments of type Pair in org.openjdk.asmtools.jasmModifier and TypeClassDescriptionstatic classConstantPool.ConstValue_Pair<L extends ConstValue, R extends ConstValue>ConstValue_Pair represents CONSTANT_NameAndType(12), CONSTANT_Fieldref(9), CONSTANT_Methodref(10), and CONSTANT_InterfaceMethodref(11) structuresFields in org.openjdk.asmtools.jasm declared as PairFields in org.openjdk.asmtools.jasm with type parameters of type PairMethods in org.openjdk.asmtools.jasm that return PairConstructors in org.openjdk.asmtools.jasm with parameters of type PairModifierConstructorDescriptionConstValue_Pair(ClassFileConst.ConstType tag, Pair<ConstCell<L>, ConstCell<R>> pair) -
Uses of Pair in org.openjdk.asmtools.jdis
Subclasses of Pair in org.openjdk.asmtools.jdisModifier and TypeClassDescriptionstatic final classstatic final classstatic classstatic final classstatic final classstatic final classstatic classstatic final classstatic classMethods in org.openjdk.asmtools.jdis that return PairModifier and TypeMethodDescriptionStackMapData.getFieldListAsString(int[] fields) SignatureData.getJasmPrintInfo(Function<Integer, Boolean> checkRange) CodeData.getLookupswitchPairs(int pad, int count) StackMapData.getMapListAsString(int[] map, String delimiter) Methods in org.openjdk.asmtools.jdis with parameters of type PairModifier and TypeMethodDescriptionprivate intInstructionAttr.printEntries(Pair<String, String> entriesLine, String title, int shift, int mapShift)