dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
Type
ddc
lexer
Lexer
Type.
class
Type :
Lexem
{
TypeCtors
_typeCtors
;
BasicType
_basicType
;
AltDeclarator
_altDeclarator
;
LexemType
type
[@property getter];
this
();
}
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
_altDeclarator
AltDeclarator
_altDeclarator
;
Undocumented in source.
_basicType
BasicType
_basicType
;
Undocumented in source.
_typeCtors
TypeCtors
_typeCtors
;
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
Type.