Class PrimitiveType

java.lang.Object
com.jogamp.gluegen.cgram.types.Type
com.jogamp.gluegen.cgram.types.PrimitiveType
All Implemented Interfaces:
ASTLocusTag.ASTLocusTagProvider, TypeComparator.SemanticEqualityOp, Cloneable
Direct Known Subclasses:
DoubleType, FloatType, IntType

public abstract class PrimitiveType extends Type implements Cloneable
  • Constructor Details

  • Method Details

    • isPrimitive

      public boolean isPrimitive()
      Description copied from class: Type
      Indicates whether this type is a primitive type.
      Overrides:
      isPrimitive in class Type