Method | Description | |
---|---|---|
EvalNodeArrayIndex ( EvalNode child, System.Language language ) : System |
Initialize a new instance of the EvalNodeArrayIndex class.
|
|
Evaluate ( object thisObject ) : |
Evalaute this node and return result.
|
|
ToString ( ) : string |
Human readable version of the expression.
|
Method | Description | |
---|---|---|
EvaluateObjectArray ( |
||
EvaluateObjectInstance ( |
public EvalNodeArrayIndex ( EvalNode child, System.Language language ) : System | ||
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 |