Class InstructionSet.If
- All Implemented Interfaces:
InstructionSet.Binary, InstructionSet.HasOperator
- Direct Known Subclasses:
InstructionSet.I_IF_ACMPEQ, InstructionSet.I_IF_ACMPNE, InstructionSet.I_IF_ICMPEQ, InstructionSet.I_IF_ICMPGE, InstructionSet.I_IF_ICMPGT, InstructionSet.I_IF_ICMPLE, InstructionSet.I_IF_ICMPLT, InstructionSet.I_IF_ICMPNE
- Enclosing class:
InstructionSet
public abstract static class InstructionSet.If
extends InstructionSet.ConditionalBranch16
implements InstructionSet.Binary
-
Field Summary
Fields inherited from class InstructionSet.Branch
breakOrContinue, offset, targetFields inherited from class Instruction
method, pc -
Constructor Summary
ConstructorsConstructorDescriptionIf(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide) -
Method Summary
Methods inherited from class InstructionSet.ConditionalBranch16
getOperatorMethods inherited from class InstructionSet.ConditionalBranch
findEndOfConditionalBranchSet, getBranchSet, getOrCreateBranchSet, setBranchSetMethods inherited from class InstructionSet.Branch
getAbsolute, getTarget, isBreakOrContinue, isConditional, isForward, isForwardConditional, isForwardUnconditional, isReverse, isReverseConditional, isReverseUnconditional, isUnconditional, retarget, setBreakOrContinue, setTarget, unhookMethods inherited from class Instruction
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, getDescription, getFirstChild, getForwardConditionalBranches, getForwardUnconditionalBranches, getLastChild, getLength, getMethod, getNextExpr, getNextPC, getParentExpr, getPrevExpr, getPrevPC, getReal, getReverseConditionalBranches, getReverseUnconditionalBranches, getRootExpr, getStackConsumeCount, getStackDelta, getStackProduceCount, getStartInstruction, getStartPC, getThisPC, isAfter, isAfterOrEqual, isBefore, isBeforeOrEqual, isBranch, isBranchTarget, isConditionalBranchTarget, isForwardBranch, isForwardBranchTarget, isForwardConditionalBranchTarget, isForwardUnconditionalBranchTarget, isReverseBranchTarget, isReverseConditionalBranchTarget, isReverseUnconditionalBranchTarget, isUnconditionalBranchTarget, producesStack, removeBranchTarget, sameAs, setChildren, setLength, setNextExpr, setNextPC, setParentExpr, setPrevExpr, setPrevPC, toInstruction, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface InstructionSet.HasOperator
getOperator
-
Constructor Details
-
If
public If(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide)
-
-
Method Details
-
getLhs
- Specified by:
getLhsin interfaceInstructionSet.Binary
-
getRhs
- Specified by:
getRhsin interfaceInstructionSet.Binary
-