40package com.jogamp.gluegen.cgram.types;
42import com.jogamp.gluegen.ASTLocusTag;
47 super(name, size, cvAttributes, astLocus);
51 super(o, cvAttributes, astLocus);
PrimitiveType(final String name, final SizeThunk size, final int cvAttributes, final ASTLocusTag astLocus)
boolean isPrimitive()
Indicates whether this type is a primitive type.
Provides a level of indirection between the definition of a type's size and the absolute value of thi...