Uses of Class
com.aparapi.internal.instruction.InstructionSet.Operator
-
Packages that use InstructionSet.Operator Package Description com.aparapi.internal.instruction -
-
Uses of InstructionSet.Operator in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.Operator Modifier and Type Field Description private InstructionSet.OperatorInstructionSet.Operator. complimentprivate InstructionSet.OperatorInstructionSet.ByteCode. operatorMethods in com.aparapi.internal.instruction that return InstructionSet.Operator Modifier and Type Method Description InstructionSet.OperatorInstructionSet.Operator. getCompliment()InstructionSet.OperatorInstructionSet.ByteCode. getOperator()InstructionSet.OperatorInstructionSet.ConditionalBranch16. getOperator()InstructionSet.OperatorInstructionSet.HasOperator. getOperator()InstructionSet.OperatorInstructionSet.OperatorInstruction. getOperator()static InstructionSet.OperatorInstructionSet.Operator. valueOf(java.lang.String name)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.Operator Constructor Description ByteCode(java.lang.Class<?> _class, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.Operator _operator)ByteCode(java.lang.Class<?> _class, InstructionSet.LoadSpec _loadSpec, InstructionSet.StoreSpec _storeSpec, InstructionSet.ImmediateSpec _immediate, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator)ByteCode(java.lang.Class<?> _class, InstructionSet.PopSpec _pop, InstructionSet.PushSpec _push, InstructionSet.Operator _operator)Operator(boolean _binary, java.lang.String _text, InstructionSet.Operator _c)
-