Method | Description | |
---|---|---|
Accept ( ITreeWalker visitor ) : void |
Accepts the visitor by showing him around.
|
|
MatrixExpression ( Array values, TextPosition start, TextPosition end ) |
Creates a new matrix expression.
|
|
Validate ( IValidationContext context ) : void |
Validates the expression with the given context.
|
public Accept ( ITreeWalker visitor ) : void | ||
visitor | ITreeWalker | The visitor walking the tree. |
return | void |
public MatrixExpression ( Array values, TextPosition start, TextPosition end ) | ||
values | Array | |
start | TextPosition | |
end | TextPosition |
public Validate ( IValidationContext context ) : void | ||
context | IValidationContext | The validator to report errors to. |
return | void |