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