|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GotoInstruction | |
---|---|
org.apache.bcel.generic | This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. |
Uses of GotoInstruction in org.apache.bcel.generic |
---|
Subclasses of GotoInstruction in org.apache.bcel.generic | |
---|---|
class |
GOTO
GOTO - Branch always (to relative offset, not absolute address) |
class |
GOTO_W
GOTO_W - Branch always (to relative offset, not absolute address) |
Methods in org.apache.bcel.generic with parameters of type GotoInstruction | |
---|---|
void |
Visitor.visitGotoInstruction(GotoInstruction obj)
|
void |
EmptyVisitor.visitGotoInstruction(GotoInstruction obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |