C# Класс CSE.Exps.IdentifierExp

Used to parse identifier expressions
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
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)