Package org.apache.bcel.generic
Class IF_ACMPNE
java.lang.Object
org.apache.bcel.generic.Instruction
org.apache.bcel.generic.BranchInstruction
org.apache.bcel.generic.IfInstruction
org.apache.bcel.generic.IF_ACMPNE
- All Implemented Interfaces:
Cloneable,InstructionTargeter,StackConsumer
IF_ACMPNE - Branch if reference comparison doesn't succeed
Stack: ..., value1, value2 -> ...
-
Field Summary
Fields inherited from class org.apache.bcel.generic.BranchInstruction
index, position, targetFields inherited from class org.apache.bcel.generic.Instruction
EMPTY_ARRAY, length, opcode -
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructor needed for Instruction.readInstruction.IF_ACMPNE(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, updateTargetMethods inherited from class org.apache.bcel.generic.Instruction
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, hashCode, isValidByte, isValidShort, produceStack, readInstruction, setComparator, setLength, setOpcode, toString, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.bcel.generic.StackConsumer
consumeStack
-
Constructor Details
-
IF_ACMPNE
IF_ACMPNE()Empty constructor needed for Instruction.readInstruction. Not to be used otherwise. -
IF_ACMPNE
-
-
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
-