FileDocCategorySizeDatePackage
GotoInstruction.javaAPI DocJava SE 6 API3262Tue Jun 10 00:22:20 BST 2008com.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.2.1 2005/07/31 23:44:41 jeffsuttor 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