Class TemplateDeclaration
Fields
Name | Type | Description |
---|---|---|
comment
|
string | |
constraint
|
Constraint | |
declarations
|
Declaration[] | |
endLocation
|
ulong | Byte position of the closing brace |
name
|
TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;") | |
startLocation
|
ulong | Byte position of the opening brace |
templateParameters
|
TemplateParameters | |
tokens
|
const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[] | List of tokens consumed by this AST node |
Methods
Name | Description |
---|---|
accept
(visitor)
|