Method | Description | |
---|---|---|
EvaluateExpression ( string expression ) : |
Evaluates the expression.
|
|
ExpressionEvaluator ( ) : System | ||
GetExpressionTreeString ( |
Gets the expression tree string.
|
Method | Description | |
---|---|---|
AssociateElements ( ExpressionElement elements, int elementCount ) : |
Associates the given tree elements.
|
|
GetFilter ( string s ) : |
Gets the filter with the specified name.
|
|
GetImplicationType ( string s, FilterImplication &implication ) : bool |
Gets the type of the implication.
|
|
ParseExpression ( string expression, int start, |
Parses the expression.
|
|
TreeToString ( |
Converts the tree to string representation.
|
|
VerifyParantesis ( string expression ) : bool |
Verifies the parantesis.
|
public EvaluateExpression ( string expression ) : |
||
expression | string | The expression. |
return |
public GetExpressionTreeString ( |
||
tree | The tree. | |
return | string |