Uses of Enum
com.aparapi.internal.instruction.InstructionSet.Operator
Packages that use InstructionSet.Operator
-
Uses of InstructionSet.Operator in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.OperatorModifier and TypeFieldDescriptionprivate InstructionSet.Operator
InstructionSet.Operator.compliment
private final InstructionSet.Operator
InstructionSet.ByteCode.operator
Methods in com.aparapi.internal.instruction that return InstructionSet.OperatorModifier and TypeMethodDescriptionInstructionSet.Operator.getCompliment()
InstructionSet.ByteCode.getOperator()
InstructionSet.ConditionalBranch16.getOperator()
InstructionSet.HasOperator.getOperator()
InstructionSet.OperatorInstruction.getOperator()
static InstructionSet.Operator
Returns the enum constant of this type with the specified name.static InstructionSet.Operator[]
InstructionSet.Operator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.aparapi.internal.instruction with parameters of type InstructionSet.OperatorModifierConstructorDescriptionprivate
ByteCode
(Class<?> _class, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.Operator _operator) private
ByteCode
(Class<?> _class, InstructionSet.LoadSpec _loadSpec, InstructionSet.StoreSpec _storeSpec, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator) private
ByteCode
(Class<?> _class, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator) private
Operator
(boolean _binary, String _text, InstructionSet.Operator _c)