Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Parsing.GrammarError Class Reference

Public Member Functions

 GrammarError (GrammarErrorLevel level, ParserState state, string message)
 

Public Attributes

readonly GrammarErrorLevel Level
 
readonly string Message
 
readonly ParserState State
 

Detailed Description

Definition at line 28 of file GrammarError.cs.

Constructor & Destructor Documentation

Irony.Parsing.GrammarError.GrammarError ( GrammarErrorLevel  level,
ParserState  state,
string  message 
)

Definition at line 32 of file GrammarError.cs.

Member Data Documentation

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.


The documentation for this class was generated from the following file: