Package com.aparapi.internal.instruction
Class InstructionSet.If
- java.lang.Object
-
- 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 com.aparapi.internal.instruction.InstructionSet.Branch
breakOrContinue, offset, target
-
Fields inherited from class com.aparapi.internal.instruction.Instruction
method, pc
-
-
Constructor Summary
Constructors Constructor Description If(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instruction
getLhs()
Instruction
getRhs()
-
Methods inherited from class com.aparapi.internal.instruction.InstructionSet.ConditionalBranch16
getOperator
-
Methods inherited from class com.aparapi.internal.instruction.InstructionSet.ConditionalBranch
findEndOfConditionalBranchSet, getBranchSet, getOrCreateBranchSet, setBranchSet
-
Methods inherited from class com.aparapi.internal.instruction.InstructionSet.Branch
getAbsolute, getTarget, isBreakOrContinue, isConditional, isForward, isForwardConditional, isForwardUnconditional, isReverse, isReverseConditional, isReverseUnconditional, isUnconditional, retarget, setBreakOrContinue, setTarget, unhook
-
Methods inherited from class com.aparapi.internal.instruction.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, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.aparapi.internal.instruction.InstructionSet.HasOperator
getOperator
-
-
-
-
Constructor Detail
-
If
public If(MethodModel _methodPoolEntry, InstructionSet.ByteCode _byteCode, ByteReader _byteReader, boolean _wide)
-
-
Method Detail
-
getLhs
public Instruction getLhs()
- Specified by:
getLhs
in interfaceInstructionSet.Binary
-
getRhs
public Instruction getRhs()
- Specified by:
getRhs
in interfaceInstructionSet.Binary
-
-