Type

Type.

class Type : Lexem {
TypeCtors _typeCtors;
BasicType _basicType;
AltDeclarator _altDeclarator;
}

Meta