|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JvmType.Function | |
---|---|
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. |
Uses of JvmType.Function in jasm.io |
---|
Methods in jasm.io that return JvmType.Function | |
---|---|
static JvmType.Function |
ClassFileReader.parseMethodDescriptor(java.lang.String descriptor)
|
Uses of JvmType.Function in jasm.lang |
---|
Fields in jasm.lang declared as JvmType.Function | |
---|---|
protected JvmType.Function |
ClassFile.Method.type
|
JvmType.Function |
Bytecode.Invoke.type
|
Methods in jasm.lang that return JvmType.Function | |
---|---|
static JvmType.Function |
JvmTypes.stripGenerics(JvmType.Function ft)
|
static JvmType.Function |
JvmTypes.substitute(JvmType.Function type,
java.util.Map<java.lang.String,JvmType.Reference> binding)
This method accepts a binding from type variables to concrete types, and then substitutes each such variable occuring in the target (function) type with its corresponding instantation. |
JvmType.Function |
ClassFile.Method.type()
|
Methods in jasm.lang with parameters of type JvmType.Function | |
---|---|
void |
ClassFile.Method.setType(JvmType.Function t)
|
static JvmType.Function |
JvmTypes.stripGenerics(JvmType.Function ft)
|
static JvmType.Function |
JvmTypes.substitute(JvmType.Function type,
java.util.Map<java.lang.String,JvmType.Reference> binding)
This method accepts a binding from type variables to concrete types, and then substitutes each such variable occuring in the target (function) type with its corresponding instantation. |
Constructors in jasm.lang with parameters of type JvmType.Function | |
---|---|
Bytecode.Invoke(JvmType.Clazz owner,
java.lang.String name,
JvmType.Function type,
Bytecode.InvokeMode mode)
|
|
ClassFile.Method(java.lang.String name,
JvmType.Function type,
java.util.List<Modifier> modifiers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |