SourcePosition Structure |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Monkeyspeak.lexical.SourcePosition"]
Namespace: Monkeyspeak.lexical
The SourcePosition type exposes the following members.
| Name | Description | |
|---|---|---|
| SourcePosition | Initializes a new instance of the SourcePosition class |
| Name | Description | |
|---|---|---|
| Column |
Gets the column.
| |
| Line |
Gets the line.
| |
| RawPosition |
Gets the raw character position. Useful for looking up the location from a string.Substring call.
|
| Name | Description | |
|---|---|---|
| Equals | (Overrides ValueTypeEquals(Object).) | |
| ToString | (Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| AsT | (Defined by ObjectExtensions.) |