dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
TypeCtors
ddc
lexer
Lexer
Zero, one or several keywords: const, immutable, inout, shared
class
TypeCtors :
Lexem
{
TypeCtor
[]
_list
;
LexemType
type
[@property getter];
this
(Token token);
void
append
(Token token);
}
Constructors
this
this
(Token token)
Undocumented in source.
Members
Functions
append
void
append
(Token token)
Undocumented in source.
Properties
type
LexemType
type
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_list
TypeCtor
[]
_list
;
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
Source
See Implementation
ddc
lexer
Lexer
classes
AltDeclarator
BasicType
BasicTypeX
Expression
Identifier
IdentifierList
Lexem
Lexer
TemplateInstance
Type
TypeCtor
TypeCtors
Typeof
enums
LexemType
functions
isBasicTypeXToken
isTypeCtorToken
Zero, one or several keywords: const, immutable, inout, shared