Expression Class
Represents an expression.
public class Expression : AstNodeBase, IAstNode
- Inheritance:
- Object AstNodeBase Object
- Derived:
- ArrayInitializerExpression AssignmentExpression BinaryOperatorExpression ConditionalExpression FunctionExpression InstanceExpression InvocationExpression LiteralExpression MemberAccess ObjectCreationExpression ObjectInitializerExpression ParenthesizedExpression SequenceExpression SimpleName UnaryOperatorExpression VariableDeclarationExpression
- Implements:
- IAstNode
Remarks
This type was generated by the Actipro Language Designer tool v13.1.581.0 (http://www.actiprosoftware.com).
Constructors
Expression()
public Expression()
Properties
Id
Gets the An integer value that identifies the type of AST node.
public override int Id { get; }
Property Value
- Int32:
The An integer value that identifies the type of AST node.
Inherited Members
- AstNodeBase.Contains(Int32)
- AstNodeBase.FindChildNode(Int32)
- AstNodeBase.FindDescendantNode(Int32)
- AstNodeBase.GetChildrenEnumerator()
- AstNodeBase.ToString()
- AstNodeBase.ToTreeString(Int32)
- AstNodeBase.Children
- AstNodeBase.EndOffset
- AstNodeBase.HasChildren
- AstNodeBase.Length
- AstNodeBase.Parent
- AstNodeBase.Root
- AstNodeBase.StartOffset
- AstNodeBase.Value
- Object.Equals(Object)
- Object.Equals(Object, Object)
- Object.ReferenceEquals(Object, Object)
- Object.GetHashCode()
- Object.GetType()
- Object.MemberwiseClone()