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:
Cloneable
,InstructionTargeter
,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
EMPTY_ARRAY, length, opcode
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor needed for Instruction.readInstruction.GotoInstruction
(short opcode, InstructionHandle target) -
Method Summary
Methods inherited from class org.apache.bcel.generic.BranchInstruction
containsTarget, dispose, dump, getIndex, getPosition, getTarget, getTargetOffset, getTargetOffset, initFromFile, notifyTarget, 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, setLength, setOpcode, toString, toString
-
Constructor Details
-
GotoInstruction
GotoInstruction()Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. -
GotoInstruction
GotoInstruction(short opcode, InstructionHandle target)
-