In This Article

Expression Class

Represents an expression.

public class Expression : AstNodeBase, IAstNode
Inheritance:
Object AstNodeBase Object
Derived:
AttributeReferenceExpression BinaryOperatorExpression BoundName ComprehensionExpression ConditionalExpression DictionaryExpression Ellipsis GeneratorExpression InvocationExpression KeyValueExpression LambdaExpression ListExpression LiteralExpression ParenthesizedExpression SetExpression SimpleName SliceExpression StarExpression StringConversionExpression SubscriptionExpression TupleExpression UnaryOperatorExpression YieldExpression
Implements:
IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v14.2.610.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