org.apache.bcel.generic
public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
Version: $Id: GotoInstruction.java 386056 2006-03-15 11:31:56Z tcurdt $
Constructor Summary | |
---|---|
GotoInstruction(short opcode, InstructionHandle target) | |
GotoInstruction()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |