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