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

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
 

Detailed Description

Definition at line 26 of file ParserMessage.cs.

Constructor & Destructor Documentation

Irony.Parsing.ParserMessage.ParserMessage ( ParserErrorLevel  level,
SourceLocation  location,
string  message,
ParserState  parserState 
)

Definition at line 27 of file ParserMessage.cs.

Member Function Documentation

override string Irony.Parsing.ParserMessage.ToString ( )

Definition at line 39 of file ParserMessage.cs.

Member Data Documentation

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.


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