메소드 | 설명 | |
---|---|---|
QueryContext ( |
Creates a new query context.
|
|
Run ( Value>.Dictionary |
Begins the interpretation of the current parse tree.
|
|
ToString ( ) : String |
Outputs the string representation of the query context.
|
메소드 | 설명 | |
---|---|---|
GetFromBuffer ( String functionName ) : IFunction | ||
QueryContext ( |
Just a stupid dummy!
|
|
QueryContext ( |
Creates a new (underlying) QueryContext
|
|
SetToBuffer ( String functionName, IFunction function ) : void | ||
Stop ( ) : void |
Stops the current interpretation.
|
public QueryContext ( |
||
context | The context to reference. | |
input | String | The input to parse |
리턴 | System |
public Run ( Value>.Dictionary |
||
values | Value>.Dictionary | A dictionary with additional symbols to consider. |
리턴 | void |