In This Article

Expression Class

Represents an expression.

public class Expression : AstNodeBase, IAstNode
Inheritance:
object AstNodeBase object
Derived:
AttributeReferenceExpression AwaitExpression BinaryOperatorExpression BoundName ComprehensionExpression ConditionalExpression DictionaryExpression Ellipsis GeneratorExpression InvocationExpression KeyValueExpression LambdaExpression ListExpression LiteralExpression ParenthesizedExpression SetExpression SimpleName SliceExpression StarExpression StringConversionExpression SubscriptionExpression TupleExpression TypeAnnotationExpression 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()

Initializes an instance of the class.

public Expression()

Properties

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

int:

The An integer value that identifies the type of AST node.

Inherited Members