Property | Type | Description | |
---|---|---|---|
EvaluateComplement | |||
EvaluateMinus | |||
EvaluateNot | |||
EvaluatePlus |
Method | Description | |
---|---|---|
EvalNodeUnaryOp ( UnaryOp operation, EvalNode child, System.Language language ) : System |
Instantiate a new instance of the EvalNodeUnaryOp node.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the algebraic expression.
|
Method | Description | |
---|---|---|
EvaluateComplement ( |
||
EvaluateMinus ( |
||
EvaluateNot ( |
||
EvaluatePlus ( |
public EvalNodeUnaryOp ( UnaryOp operation, EvalNode child, System.Language language ) : System | ||
operation | UnaryOp | Specifies the unary operation to represent. |
child | EvalNode | Specifies the 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 |