|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bytecode.InvokeMode | |
---|---|
jasm.lang | Provides core class for representing JVM class files, bytecodes, types and constants. |
Uses of Bytecode.InvokeMode in jasm.lang |
---|
Fields in jasm.lang declared as Bytecode.InvokeMode | |
---|---|
Bytecode.InvokeMode |
Bytecode.Invoke.mode
|
Methods in jasm.lang that return Bytecode.InvokeMode | |
---|---|
static Bytecode.InvokeMode |
Bytecode.InvokeMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Bytecode.InvokeMode[] |
Bytecode.InvokeMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in jasm.lang with parameters of type Bytecode.InvokeMode | |
---|---|
Bytecode.Invoke(JvmType.Clazz owner,
java.lang.String name,
JvmType.Function type,
Bytecode.InvokeMode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |