Uses of Class
com.aparapi.internal.instruction.InstructionSet.TypeSpec
-
Packages that use InstructionSet.TypeSpec Package Description com.aparapi.internal.instruction com.aparapi.internal.model -
-
Uses of InstructionSet.TypeSpec in com.aparapi.internal.instruction
Fields in com.aparapi.internal.instruction declared as InstructionSet.TypeSpec Modifier and Type Field Description private InstructionSet.TypeSpec[]
InstructionSet.ImmediateSpec. types
private InstructionSet.TypeSpec[]
InstructionSet.PopSpec. types
private InstructionSet.TypeSpec[]
InstructionSet.PushSpec. types
Methods in com.aparapi.internal.instruction that return InstructionSet.TypeSpec Modifier and Type Method Description InstructionSet.TypeSpec[]
InstructionSet.ImmediateSpec. getTypes()
static InstructionSet.TypeSpec
InstructionSet.TypeSpec. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InstructionSet.TypeSpec[]
InstructionSet.TypeSpec. 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.TypeSpec Constructor Description ImmediateSpec(java.lang.String _name, InstructionSet.TypeSpec... _types)
PopSpec(InstructionSet.TypeSpec... _types)
PushSpec(InstructionSet.TypeSpec... _types)
-
Uses of InstructionSet.TypeSpec in com.aparapi.internal.model
Fields in com.aparapi.internal.model with type parameters of type InstructionSet.TypeSpec Modifier and Type Field Description private java.util.ArrayList<InstructionSet.TypeSpec>
ClassModel. structMemberTypes
Methods in com.aparapi.internal.model that return types with arguments of type InstructionSet.TypeSpec Modifier and Type Method Description java.util.ArrayList<InstructionSet.TypeSpec>
ClassModel. getStructMemberTypes()
-