|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bytecode.Branch | |
---|---|
jasm.lang | Provides core class for representing JVM class files, bytecodes, types and constants. |
Uses of Bytecode.Branch in jasm.lang |
---|
Subclasses of Bytecode.Branch in jasm.lang | |
---|---|
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 |
Methods in jasm.lang that return Bytecode.Branch | |
---|---|
abstract Bytecode.Branch |
Bytecode.Branch.fixLong()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |