C# Class ComponentFactory.Quicksilver.Binding.EvalNodeArrayIndex

EvalNode that represents an array index.
Inheritance: EvalNode
Show file Open project: ComponentFactory/Quicksilver Class Usage Examples

Public Methods

Method Description
EvalNodeArrayIndex ( EvalNode child, System.Language language ) : System

Initialize a new instance of the EvalNodeArrayIndex class.

Evaluate ( object thisObject ) : EvalResult

Evalaute this node and return result.

ToString ( ) : string

Human readable version of the expression.

Private Methods

Method Description
EvaluateObjectArray ( EvalResult target, EvalResult args, object thisObject ) : EvalResult
EvaluateObjectInstance ( EvalResult target, EvalResult args, object thisObject ) : EvalResult

Method Details

EvalNodeArrayIndex() public method

Initialize a new instance of the EvalNodeArrayIndex class.
public EvalNodeArrayIndex ( EvalNode child, System.Language language ) : System
child EvalNode Specifies the child node.
language System.Language Language used for evaluation.
return System

Evaluate() public method

Evalaute this node and return result.
public Evaluate ( object thisObject ) : EvalResult
thisObject object Reference to object that is exposed as 'this'.
return EvalResult

ToString() public method

Human readable version of the expression.
public ToString ( ) : string
return string