org.apache.bcel.generic
Class GotoInstruction
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.BranchInstruction
org.apache.bcel.generic.GotoInstruction
- All Implemented Interfaces:
- Serializable, Cloneable, InstructionTargeter, UnconditionalBranch
- Direct Known Subclasses:
- GOTO, GOTO_W
public abstract class GotoInstruction
- extends BranchInstruction
- implements UnconditionalBranch
Super class for GOTO
- Version:
- $Id: GotoInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
- Author:
- M. Dahm
- See Also:
- Serialized Form
Methods inherited from class org.apache.bcel.generic.BranchInstruction |
containsTarget, dispose, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, setTarget, toString, updatePosition, updateTarget |
Methods inherited from class org.apache.bcel.generic.Instruction |
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toString |
GotoInstruction
GotoInstruction(short opcode,
InstructionHandle target)
GotoInstruction
GotoInstruction()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.