![]() |
The ezr² Project 0.1.1
The codebase for the ezr² programming language.
|
The dummy invalid Node structure. For returning instead of null if an SyntaxError occurs during parsing.
More...
Public Member Functions | |
| override string | ToString () |
| Creates a string representation of the InvalidNode. All fields excluding the start and end positions are included in the representation, like "ExampleNode(Property1, Property2)". | |
Private Member Functions | |
| InvalidNode (Position startPosition, Position endPosition) | |
| Creates a new InvalidNode object. | |
The dummy invalid Node structure. For returning instead of null if an SyntaxError occurs during parsing.
|
private |
Creates a new InvalidNode object.
| startPosition | The starting Position of the InvalidNode. |
| endPosition | The ending Position of the InvalidNode. |
| override string EzrSquared.Runtime.Nodes.InvalidNode.ToString | ( | ) |
Creates a string representation of the InvalidNode.
All fields excluding the start and end positions are included in the representation, like "ExampleNode(Property1, Property2)".