Class ForeachType
Fields
Name | Type | Description |
---|---|---|
identifier
|
TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;") | |
isAlias
|
bool | |
isEnum
|
bool | |
isRef
|
bool | |
isScope
|
bool | |
type
|
Type | |
typeConstructors
|
ubyte[] | |
tokens
|
const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[] | List of tokens consumed by this AST node |
Methods
Name | Description |
---|---|
accept
(visitor)
|