40package com.jogamp.gluegen.cgram.types;
42import com.jogamp.gluegen.ASTLocusTag;
47 this(
"void", cvAttributes, astLocus);
51 super(name,
null, cvAttributes, astLocus);
55 super(o, cvAttributes, astLocus);
60 return new VoidType(
this, cvAttributes, astLocus);
final Type newCVVariant(final int cvAttributes)
Return a variant of this type matching the given const/volatile attributes.
VoidType(final int cvAttributes, final ASTLocusTag astLocus)
VoidType asVoid()
Casts this to a VoidType or returns null if not a VoidType.
boolean equalsImpl(final Type t)
boolean equalSemanticsImpl(final Type t)
int hashCodeSemanticsImpl()