Method | Description | |
---|---|---|
Accept ( ITreeWalker visitor ) : void |
Accepts the visitor by showing him around.
|
|
Validate ( IValidationContext context ) : void |
Validates the expression with the given context.
|
|
VarStatement ( IExpression assignment, TextPosition start, TextPosition end ) : Mages.Core.Ast.Expressions |
Creates a new var statement.
|
public Accept ( ITreeWalker visitor ) : void | ||
visitor | ITreeWalker | The visitor walking the tree. |
return | void |
public Validate ( IValidationContext context ) : void | ||
context | IValidationContext | The validator to report errors to. |
return | void |
public VarStatement ( IExpression assignment, TextPosition start, TextPosition end ) : Mages.Core.Ast.Expressions | ||
assignment | IExpression | |
start | TextPosition | |
end | TextPosition | |
return | Mages.Core.Ast.Expressions |