org.apache.bcel.generic
Class IfInstruction
- java.lang.Object
-
- org.apache.bcel.generic.Instruction
-
- org.apache.bcel.generic.BranchInstruction
-
- org.apache.bcel.generic.IfInstruction
-
- All Implemented Interfaces:
- java.lang.Cloneable, InstructionTargeter, StackConsumer
- Direct Known Subclasses:
- IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL
public abstract class IfInstruction extends BranchInstruction implements StackConsumer
Super class for the IFxxx family of instructions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract IfInstructionnegate()-
Methods inherited from class org.apache.bcel.generic.BranchInstruction
containsTarget, dump, getIndex, getTarget, setTarget, toString, 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
-
Methods inherited from interface org.apache.bcel.generic.StackConsumer
consumeStack
-
-
-
-
Method Detail
-
negate
public abstract IfInstruction negate()
- Returns:
- negation of instruction, e.g. IFEQ.negate() == IFNE
-
-
DataMelt 3.0 © DataMelt by jWork.ORG