![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
SyntaxError (SourceLocation location, string message, ParserState parserState) | |
override string | ToString () |
Public Attributes | |
readonly SourceLocation | Location |
readonly string | Message |
ParserState | ParserState |
Definition at line 20 of file SyntaxError.cs.
Irony.Parsing.SyntaxError.SyntaxError | ( | SourceLocation | location, |
string | message, | ||
ParserState | parserState | ||
) |
Definition at line 21 of file SyntaxError.cs.
override string Irony.Parsing.SyntaxError.ToString | ( | ) |
Definition at line 31 of file SyntaxError.cs.
readonly SourceLocation Irony.Parsing.SyntaxError.Location |
Definition at line 27 of file SyntaxError.cs.
readonly string Irony.Parsing.SyntaxError.Message |
Definition at line 28 of file SyntaxError.cs.
ParserState Irony.Parsing.SyntaxError.ParserState |
Definition at line 29 of file SyntaxError.cs.