In This Article

Identifier Class

Represents an identifier.

public class Identifier : AstNodeBase, IExpression, IPattern, IAstNode
Inheritance:
object AstNodeBase object
Implements:
IExpression IPattern IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v22.1.0.0 (http://www.actiprosoftware.com).

Constructors

Identifier()

Initializes a new instance of the Identifier class.

public Identifier()

Identifier(string)

Initializes a new instance of the Identifier class.

public Identifier(string text)
Parameter Type Description
text string

The text value of the identifier.

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.

Text

Gets or sets the text value of the identifier.

public string Text { get; set; }

Property Value

string:

The text value of the identifier.

Inherited Members