Method | Description | |
---|---|---|
Interpret ( Value>.IDictionary |
Begins interpreting the matrix expression.
|
|
MatrixExpression ( ) : System |
Creates a new instance.
|
|
MatrixExpression ( |
Creates a new instance with some parameters.
|
|
Scan ( |
Scans the current parse engine for a matrix expression.
|
|
ToCode ( ) : String |
Transforms the expression into YAMP query code.
|
public Interpret ( Value>.IDictionary |
||
symbols | Value>.IDictionary | External symbols to load. |
return |
public MatrixExpression ( |
||
line | The line where the matrix expression starts. | |
column | The column in the line where the matrix exp. starts. | |
length | The length of the matrix expression. | |
query | The associated query context. | |
child | The child containing the column and rows. | |
return | System |
public Scan ( |
||
engine | The parse engine to use. | |
return | Expression |