Method | Description | |
---|---|---|
EvalNodeMethod ( string identifier, System.Language language ) : System |
Initialize a new instance of the EvalNodeMethod class.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the expression.
|
Method | Description | |
---|---|---|
EvaluateMethod ( |
||
EvaluateObjectMethod ( |
||
EvaluateTypeMethod ( |
public EvalNodeMethod ( string identifier, System.Language language ) : System | ||
identifier | string | Specifies identifier of the member to call. |
language | System.Language | Language used for evaluation. |
return | System |
public Evaluate ( object thisObject ) : |
||
thisObject | object | Reference to object that is exposed as 'this'. |
return |