Class InstructionSet.ImmediateConstant<T>

java.lang.Object
com.aparapi.internal.instruction.Instruction
com.aparapi.internal.instruction.InstructionSet.ImmediateConstant<T>
All Implemented Interfaces:
InstructionSet.Constant<T>
Direct Known Subclasses:
InstructionSet.I_BIPUSH, InstructionSet.I_SIPUSH
Enclosing class:
InstructionSet

public abstract static class InstructionSet.ImmediateConstant<T> extends Instruction implements InstructionSet.Constant<T>