Class SwitchStatement
Fields
Name | Type | Description |
---|---|---|
condition
|
IfCondition | |
statement
|
Statement | |
tokens
|
const(TokenStructure!(ubyte,"import dparse.lexer:TokenTriviaFields,TriviaToken; mixin TokenTriviaFields;"))[] | List of tokens consumed by this AST node |
Properties
Name | Type | Description |
---|---|---|
expression [get]
|
inout(Expression) |
Methods
Name | Description |
---|---|
accept
(visitor)
|