dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
TypeCtor
ddc
lexer
Lexer
Single token, one of keywords: const, immutable, inout, shared
class
TypeCtor :
Lexem
{
Token
_token
;
LexemType
type
[@property getter];
this
(Token token);
}
Constructors
this
this
(Token token)
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
_token
Token
_token
;
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
Single token, one of keywords: const, immutable, inout, shared