Class ModuleDeclaration
Fields
Name | Type | Description |
---|---|---|
atAttributes
|
AtAttribute[] | |
comment
|
string | |
deprecated_
|
Deprecated | |
endLocation
|
ulong | |
moduleName
|
IdentifierChain | |
startLocation
|
ulong | |
tokens
|
const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[] | List of tokens consumed by this AST node |
Methods
Name | Description |
---|---|
accept
(visitor)
|