BasicType

Basic type.

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

Constructors

this
this()
Undocumented in source.

Members

Properties

type
LexemType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_basicTypeX
BasicTypeX _basicTypeX;
Undocumented in source.
_dotBeforeIdentifierList
bool _dotBeforeIdentifierList;
Undocumented in source.
_identifierList
IdentifierList _identifierList;
Undocumented in source.
_typeCtor
TypeCtor _typeCtor;
Undocumented in source.
_typeCtorType
Type _typeCtorType;
Undocumented in source.
_typeof
Typeof _typeof;
Undocumented in source.

Inherited Members

From Lexem

type
LexemType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta