Метод | Описание | |
---|---|---|
Evaluate ( String input, Value>.Dictionary |
Execute the evaluation of this parser instance with external symbols.
|
|
Parse ( String input ) : |
Execute the parsing of the given input.
|
|
Parser ( ) : System |
Creates a new parser.
|
|
Parser ( |
Creates a new parser from the given context.
|
public Evaluate ( String input, Value>.Dictionary |
||
input | String | The input to evaluate. |
values | Value>.Dictionary | /// The values in an Hashtable containing string (name), Value (value) pairs. /// |
Результат |
public Parse ( String input ) : |
||
input | String | The input to parse. |
Результат |
public Parser ( |
||
context | The context to use. | |
Результат | System |