dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
IdentifierType
dil
ast
Types
$(BNF IdentifierType := Type? Identifier)
class
IdentifierType : TypeNode {
Token
*
name
;
}
Meta
Source
See Implementation
dil
ast
Types
classes
ArrayType
BaseClassType
DelegateType
FunctionType
IdentifierType
IllegalType
IntegralType
ModifierType
ModuleScopeType
PointerType
TmplInstanceType
TypeofType
$(BNF IdentifierType := Type? Identifier)