|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
jasm.io | Provides classes for reading/writing class files and Jasm files. |
jasm.lang | Provides core class for representing JVM class files, bytecodes, types and constants. |
jasm.util | Provides various helper classes, including a simple library for performing dataflow analysis. |
Uses of Pair in jasm.io |
---|
Methods in jasm.io that return Pair | |
---|---|
Pair<java.lang.Integer,JvmType>[] |
ClassFileReader.exceptionHandlers(int offset,
int exceptionTableOffset)
|
static Pair<JvmType.Variable,java.lang.Integer> |
ClassFileReader.parseFormalType(java.lang.String descriptor,
int pos)
|
static Pair<JvmType.Clazz,java.lang.Integer> |
ClassFileReader.parseInternalClassDescriptor(java.lang.String descriptor,
int pos)
|
static Pair<JvmType,java.lang.Integer> |
ClassFileReader.parseInternalDescriptor(java.lang.String descriptor,
int pos)
|
Uses of Pair in jasm.lang |
---|
Fields in jasm.lang with type parameters of type Pair | |
---|---|
java.util.List<Pair<java.lang.Integer,java.lang.String>> |
Bytecode.Switch.cases
|
static java.util.Comparator<Pair<java.lang.Integer,java.lang.String>> |
Bytecode.switchcomp
|
Methods in jasm.lang that return Pair | |
---|---|
Pair<java.lang.String,java.util.List<JvmType.Reference>> |
JvmType.Clazz.lastComponent()
|
Methods in jasm.lang that return types with arguments of type Pair | |
---|---|
java.util.List<Pair<java.lang.String,java.util.List<JvmType.Reference>>> |
JvmType.Clazz.components()
|
Constructor parameters in jasm.lang with type arguments of type Pair | |
---|---|
Bytecode.Switch(java.lang.String def,
java.util.List<Pair<java.lang.Integer,java.lang.String>> cases)
|
|
JvmType.Clazz(java.lang.String pkg,
java.util.List<Pair<java.lang.String,java.util.List<JvmType.Reference>>> components)
|
Uses of Pair in jasm.util |
---|
Subclasses of Pair in jasm.util | |
---|---|
class |
Triple<FIRST,SECOND,THIRD>
This class represents a triple of items |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |