BasicType

Basic type.

BasicType: BasicTypeX . IdentifierList IdentifierList Typeof Typeof . IdentifierList TypeCtor ( Type )

class BasicType : Lexem {
BasicTypeX _basicTypeX;
IdentifierList _identifierList;
Typeof _typeof;
TypeCtor _typeCtor;
Type _typeCtorType;
bool _dotBeforeIdentifierList;
}

Meta