Package com.aparapi.internal.model
Class ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue
- java.lang.Object
-
- com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.Value
-
- com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue
-
public class ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.PrimitiveValue extends ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.Value
-
-
Field Summary
Fields Modifier and Type Field Description private int
constNameIndex
private int
typeNameIndex
-
Fields inherited from class com.aparapi.internal.model.ClassModel.AttributePool.RuntimeAnnotationsEntry.AnnotationInfo.ElementValuePair.Value
tag
-
-
Constructor Summary
Constructors Constructor Description PrimitiveValue(int _tag, int _typeNameIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getConstNameIndex()
int
getTypeNameIndex()
-