Uses of Class
com.aparapi.internal.instruction.InstructionSet.ImmediateSpec
-
Packages that use InstructionSet.ImmediateSpec Package Description com.aparapi.internal.instruction -
-
Uses of InstructionSet.ImmediateSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.ImmediateSpec Modifier and Type Field Description private InstructionSet.ImmediateSpecInstructionSet.ByteCode. immediateMethods in com.aparapi.internal.instruction that return InstructionSet.ImmediateSpec Modifier and Type Method Description InstructionSet.ImmediateSpecInstructionSet.ByteCode. getImmediate()static InstructionSet.ImmediateSpecInstructionSet.ImmediateSpec. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InstructionSet.ImmediateSpec[]InstructionSet.ImmediateSpec. values()Returns an array containing the constants of this enum type, in the order they are declared.
-