![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
void | Add (GrammarErrorLevel level, ParserState state, string message, params object[] args) |
void | AddAndThrow (GrammarErrorLevel level, ParserState state, string message, params object[] args) |
GrammarErrorLevel | GetMaxLevel () |
Definition at line 39 of file GrammarError.cs.
void Irony.Parsing.GrammarErrorList.Add | ( | GrammarErrorLevel | level, |
ParserState | state, | ||
string | message, | ||
params object[] | args | ||
) |
Definition at line 40 of file GrammarError.cs.
void Irony.Parsing.GrammarErrorList.AddAndThrow | ( | GrammarErrorLevel | level, |
ParserState | state, | ||
string | message, | ||
params object[] | args | ||
) |
Definition at line 45 of file GrammarError.cs.
GrammarErrorLevel Irony.Parsing.GrammarErrorList.GetMaxLevel | ( | ) |
Definition at line 51 of file GrammarError.cs.