FileDocCategorySizeDatePackage
GotoInstruction.javaAPI DocJava SE 5 API3259Fri Aug 26 14:55:20 BST 2005com.sun.org.apache.bcel.internal.generic

GotoInstruction

public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
Super class for GOTO
version
$Id: GotoInstruction.java,v 1.1.1.1 2001/10/29 20:00:13 jvanzyl Exp $
author
M. Dahm

Fields Summary
Constructors Summary
GotoInstruction(short opcode, InstructionHandle target)

    super(opcode, target);
  
GotoInstruction()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

Methods Summary