Class IF_ICMPLT
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.BranchInstruction
org.apache.bcel.generic.IfInstruction
org.apache.bcel.generic.IF_ICMPLT
- All Implemented Interfaces:
Cloneable, InstructionTargeter, StackConsumer
IF_ICMPLT - Branch if int comparison succeeds
Stack: ..., value1, value2 -> ...
-
Field Summary
Fields inherited from class BranchInstruction
index, position, targetFields inherited from class Instruction
length, opcode -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BranchInstruction
containsTarget, dump, getIndex, getPosition, getTarget, getTargetOffset, getTargetOffset, initFromFile, setIndex, setPosition, setTarget, toString, updatePosition, updateTargetMethods inherited from class Instruction
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, toString, toStringMethods inherited from interface StackConsumer
consumeStack
-
Constructor Details
-
IF_ICMPLT
-
-
Method Details
-
accept
Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.- Specified by:
acceptin classInstruction- Parameters:
v- Visitor object
-
negate
- Specified by:
negatein classIfInstruction- Returns:
- negation of instruction
-