public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
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, produceStack, readInstruction, setComparator, toString, toStringGotoInstruction(short opcode,
InstructionHandle target)
GotoInstruction()