Package 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
,UnconditionalBranch
public abstract class GotoInstruction extends BranchInstruction implements UnconditionalBranch
Super class for GOTO
-
-
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, getPosition, getTarget, getTargetOffset, getTargetOffset, initFromFile, setIndex, setPosition, setTarget, toString, updatePosition, updateTarget
-
Methods inherited from class org.apache.bcel.generic.Instruction
accept, consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toString
-
-