Property | Type | Description |
---|
Method | Description | |
---|---|---|
EvalNodeCondLogicOp ( CompareOp operation, EvalNode child1, EvalNode child2 ) : System |
Instantiate a new instance of the EvalNodeCondLogicOp node.
|
|
EvalNodeCondLogicOp ( CompareOp operation, EvalNode child, System.Language language ) : System |
Instantiate a new instance of the EvalNodeCondLogicOp node.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the algebraic expression.
|
public EvalNodeCondLogicOp ( CompareOp operation, EvalNode child1, EvalNode child2 ) : System | ||
operation | CompareOp | Specifies the binary compare to represent. |
child1 | EvalNode | Specifies the first child node. |
child2 | EvalNode | Specifies the second child node. |
return | System |
public EvalNodeCondLogicOp ( CompareOp operation, EvalNode child, System.Language language ) : System | ||
operation | CompareOp | Specifies the binary compare to represent. |
child | EvalNode | Specifies the first child node. |
language | System.Language | Language used for evaluation. |
return | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
return |