C# Class CSE.Exps.IdentifierExp

Used to parse identifier expressions
Datei anzeigen Open project: kcherr1/CSharp-Eval Class Usage Examples

Private Methods

Method Description
Assign ( List envChain, List envNames, List envIndices, CseObject xrhs ) : object

Assigns a value to the specified identifier (field or property). Since any field or property that is a ValueType will not have its value changed without explicitly being set, this method is given the entire list of objects of the lhs chain expression and uses recursion to set them right to left.

Parse ( CseObject environment, string data ) : CseObject

Parses identifiers (fields or properties)