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.ImmediateSpec
InstructionSet.ByteCode. immediate
Methods in com.aparapi.internal.instruction that return InstructionSet.ImmediateSpec Modifier and Type Method Description InstructionSet.ImmediateSpec
InstructionSet.ByteCode. getImmediate()
static InstructionSet.ImmediateSpec
InstructionSet.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.
-