Class BlockStatement
Fields
| Name | Type | Description |
|---|---|---|
declarationsAndStatements
|
DeclarationsAndStatements | |
endLocation
|
ulong | Byte position of the closing brace |
startLocation
|
ulong | Byte position of the opening brace |
tokens
|
const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[] | List of tokens consumed by this AST node |
Methods
| Name | Description |
|---|---|
accept
(visitor)
|