![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
ParserMessage (ParserErrorLevel level, SourceLocation location, string message, ParserState parserState) | |
override string | ToString () |
Public Attributes | |
readonly ParserErrorLevel | Level |
readonly ParserState | ParserState |
readonly SourceLocation | Location |
readonly string | Message |
Definition at line 26 of file ParserMessage.cs.
Irony.Parsing.ParserMessage.ParserMessage | ( | ParserErrorLevel | level, |
SourceLocation | location, | ||
string | message, | ||
ParserState | parserState | ||
) |
Definition at line 27 of file ParserMessage.cs.
override string Irony.Parsing.ParserMessage.ToString | ( | ) |
Definition at line 39 of file ParserMessage.cs.
readonly ParserErrorLevel Irony.Parsing.ParserMessage.Level |
Definition at line 34 of file ParserMessage.cs.
readonly SourceLocation Irony.Parsing.ParserMessage.Location |
Definition at line 36 of file ParserMessage.cs.
readonly string Irony.Parsing.ParserMessage.Message |
Definition at line 37 of file ParserMessage.cs.
readonly ParserState Irony.Parsing.ParserMessage.ParserState |
Definition at line 35 of file ParserMessage.cs.