In This Article

SimpleName Class

Represents a simple name.

public class SimpleName : Expression, IAstNode
Inheritance:
Object AstNodeBase Expression Object
Implements:
IAstNode

Remarks

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

Constructors

SimpleName()

Initializes a new instance of the SimpleName class.

public SimpleName()

SimpleName(String)

Initializes a new instance of the SimpleName class.

public SimpleName(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

Int32:

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