| Package | Description |
|---|---|
| jasm.lang |
Provides core class for representing JVM class files, bytecodes, types and constants.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Bytecode.Goto
This class abstracts the unconditional branch bytecode goto.
|
static class |
Bytecode.If
This represents the bytecodes ifeq, ifne, iflt, ifge, ifgt, ifle.
|
static class |
Bytecode.IfCmp
This represents the bytecodes ifacmp_XX and ificmp_xx
|
| Modifier and Type | Method and Description |
|---|---|
abstract Bytecode.Branch |
Bytecode.Branch.fixLong() |
Copyright © 2016. All rights reserved.