![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
| GrammarError (GrammarErrorLevel level, ParserState state, string message) | |
Public Attributes | |
| readonly GrammarErrorLevel | Level |
| readonly string | Message |
| readonly ParserState | State |
Definition at line 28 of file GrammarError.cs.
| Irony.Parsing.GrammarError.GrammarError | ( | GrammarErrorLevel | level, |
| ParserState | state, | ||
| string | message | ||
| ) |
Definition at line 32 of file GrammarError.cs.
| readonly GrammarErrorLevel Irony.Parsing.GrammarError.Level |
Definition at line 29 of file GrammarError.cs.
| readonly string Irony.Parsing.GrammarError.Message |
Definition at line 30 of file GrammarError.cs.
| readonly ParserState Irony.Parsing.GrammarError.State |
Definition at line 31 of file GrammarError.cs.