org.apache.bcel.generic

Class GotoInstruction

Implemented Interfaces:
Cloneable, InstructionTargeter, Serializable, UnconditionalBranch
Known Direct Subclasses:
GOTO, GOTO_W

public abstract class GotoInstruction
extends BranchInstruction
implements UnconditionalBranch

Super class for GOTO
Version:
$Id: GotoInstruction.java 152690 2001-10-29 19:59:54Z jvanzyl $
Author:
M. Dahm

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, dump, equals, getComparator, getLength, getName, getOpcode, initFromFile, produceStack, readInstruction, setComparator, toString, toString, toString