org.apache.bcel.generic
Class GotoInstruction

java.lang.Object
  extended by org.apache.bcel.generic.Instruction
      extended by org.apache.bcel.generic.BranchInstruction
          extended by 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 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.bcel.generic.BranchInstruction
index, position, target
 
Fields inherited from class org.apache.bcel.generic.Instruction
length, opcode
 
Method Summary
 
Methods inherited from class org.apache.bcel.generic.BranchInstruction
containsTarget, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.