======Класс AstExpressionStatement====== * **Пространство имен:** [[developers:references:topomatic.crs.ast|Topomatic.Crs.Ast]] * **Сборка:** Topomatic.Crs (в Topomatic.Crs.dll) =====Иерархия наследования===== * [[developers:references:system.object|System.Object]] * [[developers:references:topomatic.crs.ast.astobject|Topomatic.Crs.Ast.AstObject]] * [[developers:references:topomatic.crs.ast.aststatement|Topomatic.Crs.Ast.AstStatement]] * Topomatic.Crs.Ast.AstExpressionStatement =====Синтаксис===== public class AstExpressionStatement : AstStatement =====Конструкторы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.ast.astexpressionstatement..ctor|AstExpressionStatement()]]| | |{{developers:references:method.png|Конструктор}}|[[developers:references:topomatic.crs.ast.astexpressionstatement..ctor_topomatic.crs.ast.astexpression|AstExpressionStatement(AstExpression)]]| | =====Свойства===== ^Тип^Имя^Описание^ |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.aststatement.documentation|Documentation]]| (Наследуется от [[developers:references:topomatic.crs.ast.aststatement|AstStatement]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.end|End]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astexpressionstatement.expression|Expression]]| | |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.span|Span]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:property.png|Свойство}}|[[developers:references:topomatic.crs.ast.astobject.start|Start]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| =====Методы===== ^Тип^Имя^Описание^ |{{developers:references:method.png|Метод}}|[[developers:references:system.object.equals_system.object|Equals(Object)]]| Определяет, равен ли заданный объект текущему объекту. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gethashcode|GetHashCode()]]| Служит хэш-функцией по умолчанию. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:system.object.gettype|GetType()]]| Возвращает объект [[developers:references:system.type|Type]] для текущего экземпляра. (Наследуется от [[developers:references:system.object|Object]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astobject.tostring|ToString()]]| (Наследуется от [[developers:references:topomatic.crs.ast.astobject|AstObject]].)| |{{developers:references:method.png|Метод}}|[[developers:references:topomatic.crs.ast.astexpressionstatement.walk_topomatic.crs.ast.astwalker|Walk(AstWalker)]]| (Переопределяет [[developers:references:topomatic.crs.ast.astobject.walk_topomatic.crs.ast.astwalker|AstObject.Walk(AstWalker)]].)|