public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
index, position, target
length, 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, updateTarget
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, produceStack, readInstruction, setComparator, toString, toString
private static final long serialVersionUID
GotoInstruction(short opcode, InstructionHandle target)
GotoInstruction()