dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
Identifier
ddc
lexer
Lexer
Identifier.
class
Identifier :
Lexem
{
IdentToken
_token
;
LexemType
type
[@property getter];
this
(Token identifier);
}
Constructors
this
this
(Token identifier)
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
IdentToken
_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
Identifier.