ExpressionRef Class

Definition

Expression container with source range.

public class ExpressionRef
type ExpressionRef = class
Public Class ExpressionRef
Inheritance
ExpressionRef

Constructors

ExpressionRef(String, SourceRange)

Initializes a new instance of the ExpressionRef class.

Properties

Expression

Gets or sets expression string.

SourceRange

Gets or sets expression source range.

Methods

GetId()

Get the unique id of expression context.

ToString()

Return the Expression string.

Applies to