public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
index, position, target
length, opcode
Constructor and Description |
---|
GotoInstruction()
Empty constructor needed for Instruction.readInstruction.
|
GotoInstruction(short opcode,
InstructionHandle target) |
containsTarget, dispose, dump, getIndex, getPosition, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, setIndex, setPosition, setTarget, toString, updatePosition, updateTarget
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString, toString
GotoInstruction(short opcode, InstructionHandle target)
GotoInstruction()