Represents an IAst
- Inheritance:
- object object
- Implements:
-
IAst
Node Match
Constructors
AstNodeMatch()
Initializes an instance of the class.
Properties
Label
Gets or sets the optional label applied to the match that can be used for identification during tree construction.
Property Value
- string:
The optional label applied to the match that can be used for identification during tree construction.
Node
Gets or sets the IAst
Methods
ToString()
Returns a String
that represents the current Object
.
Returns
- string:
A
String
that represents the currentObject
.