In This Article

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