JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.aparapi.internal.instruction
Interface InstructionSet.Constant<T>
All Known Subinterfaces:
InstructionSet.ConstantPoolEntryConstant
All Known Implementing Classes:
InstructionSet.BytecodeEncodedConstant
,
InstructionSet.I_ACONST_NULL
,
InstructionSet.I_BIPUSH
,
InstructionSet.I_DCONST_0
,
InstructionSet.I_DCONST_1
,
InstructionSet.I_FCONST_0
,
InstructionSet.I_FCONST_1
,
InstructionSet.I_FCONST_2
,
InstructionSet.I_ICONST_0
,
InstructionSet.I_ICONST_1
,
InstructionSet.I_ICONST_2
,
InstructionSet.I_ICONST_3
,
InstructionSet.I_ICONST_4
,
InstructionSet.I_ICONST_5
,
InstructionSet.I_ICONST_M1
,
InstructionSet.I_LCONST_0
,
InstructionSet.I_LCONST_1
,
InstructionSet.I_LDC
,
InstructionSet.I_LDC_W
,
InstructionSet.I_LDC2_W
,
InstructionSet.I_SIPUSH
,
InstructionSet.ImmediateConstant
Enclosing class:
InstructionSet
public static interface
InstructionSet.Constant<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getValue
()
Method Detail
getValue
T
getValue()
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method