Package com.aparapi.internal.instruction
Class InstructionSet.CastOperator
java.lang.Object
com.aparapi.internal.instruction.Instruction
com.aparapi.internal.instruction.InstructionSet.OperatorInstruction
com.aparapi.internal.instruction.InstructionSet.UnaryOperator
com.aparapi.internal.instruction.InstructionSet.CastOperator
- All Implemented Interfaces:
InstructionSet.HasOperator,InstructionSet.Unary
- Direct Known Subclasses:
InstructionSet.I_D2F,InstructionSet.I_D2I,InstructionSet.I_D2L,InstructionSet.I_F2D,InstructionSet.I_F2I,InstructionSet.I_F2L,InstructionSet.I_I2B,InstructionSet.I_I2C,InstructionSet.I_I2D,InstructionSet.I_I2F,InstructionSet.I_I2L,InstructionSet.I_I2S,InstructionSet.I_L2D,InstructionSet.I_L2F,InstructionSet.I_L2I
- Enclosing class:
InstructionSet
-
Field Summary
Fields inherited from class com.aparapi.internal.instruction.Instruction
method, pc -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCastOperator(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide) -
Method Summary
Methods inherited from class com.aparapi.internal.instruction.InstructionSet.UnaryOperator
getUnaryMethods inherited from class com.aparapi.internal.instruction.InstructionSet.OperatorInstruction
getOperatorMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aparapi.internal.instruction.InstructionSet.HasOperator
getOperator
-
Constructor Details
-
CastOperator
protected CastOperator(MethodModel _methodPoolEntry, InstructionSet.ByteCode code, ByteReader reader, boolean _wide)
-