| Package | Description |
|---|---|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Field and Description |
|---|---|
Bytecode.FieldMode |
Bytecode.PutField.mode |
Bytecode.FieldMode |
Bytecode.GetField.mode |
| Modifier and Type | Method and Description |
|---|---|
static Bytecode.FieldMode |
Bytecode.FieldMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bytecode.FieldMode[] |
Bytecode.FieldMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GetField(JvmType.Clazz owner,
String name,
JvmType type,
Bytecode.FieldMode mode) |
PutField(JvmType.Clazz owner,
String name,
JvmType type,
Bytecode.FieldMode mode) |
Copyright © 2016. All rights reserved.