| Package | Description |
|---|---|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Field and Description |
|---|---|
Bytecode.InvokeMode |
Bytecode.Invoke.mode |
| Modifier and Type | Method and Description |
|---|---|
static Bytecode.InvokeMode |
Bytecode.InvokeMode.valueOf(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.
|
| Constructor and Description |
|---|
Invoke(JvmType.Reference owner,
String name,
JvmType.Function type,
Bytecode.InvokeMode mode) |
Copyright © 2016. All rights reserved.