org.apache.bcel.generic
Class GotoInstruction
- Cloneable, InstructionTargeter, Serializable, UnconditionalBranch
public abstract class GotoInstruction
Super class for GOTO
$Id: GotoInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
containsTarget , dispose , dump , getIndex , getTarget , getTargetOffset , getTargetOffset , initFromFile , notifyTarget , setTarget , toString , updatePosition , updateTarget |
accept , className , consumeStack , copy , dispose , dump , equals , getComparator , getLength , getName , getOpcode , initFromFile , produceStack , readInstruction , setComparator , setOpcode , toString , toString , toString |
GotoInstruction
(package private) GotoInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
GotoInstruction
(package private) GotoInstruction(short opcode,
InstructionHandle target)
Common super constructor
opcode
- Instruction opcodetarget
- instruction to branch to