|
bcel API: Class GotoInstruction
org.apache.bcel.generic
Class GotoInstruction
java.lang.Object
|
+--org.apache.bcel.generic.Instruction
|
+--org.apache.bcel.generic.BranchInstruction
|
+--org.apache.bcel.generic.GotoInstruction
- All Implemented Interfaces:
- java.lang.Cloneable, InstructionTargeter, java.io.Serializable, UnconditionalBranch
- Direct Known Subclasses:
- GOTO, GOTO_W
- 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
- See Also:
- Serialized Form
Methods inherited from class org.apache.bcel.generic.BranchInstruction |
containsTarget, dump, getIndex, getTarget, getTargetOffset, getTargetOffset, initFromFile, setTarget, toString, updatePosition, updateTarget |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
|