public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
index, position, targetlength, opcode| Constructor and Description |
|---|
GotoInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
GotoInstruction(short opcode,
InstructionHandle target) |
containsTarget, dispose, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, setTarget, toString, updatePosition, updateTargetaccept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, produceStack, readInstruction, setComparator, toString, toStringprivate static final long serialVersionUID
GotoInstruction(short opcode,
InstructionHandle target)
GotoInstruction()