Method | Description | |
---|---|---|
GroupExpression ( ) : System |
Creates a new instance.
|
|
GroupExpression ( |
Creates a new instance with some parameters.
|
|
Interpret ( Value>.IDictionary |
||
Scan ( |
||
ToCode ( ) : String |
Transforms the expression into YAMP query code.
|
public GroupExpression ( |
||
line | The line where the scope expression starts. | |
column | The column in the line where the scope exp. starts. | |
length | The length of the scope expression. | |
scope | The associated query context (scope). | |
return | System |
public Interpret ( Value>.IDictionary |
||
symbols | Value>.IDictionary | |
return |
public Scan ( |
||
engine | ||
return | Expression |