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

Public Member Functions

 SyntaxError (SourceLocation location, string message, ParserState parserState)
 
override string ToString ()
 

Public Attributes

readonly SourceLocation Location
 
readonly string Message
 
ParserState ParserState
 

Detailed Description

Definition at line 20 of file SyntaxError.cs.

Constructor & Destructor Documentation

Irony.Parsing.SyntaxError.SyntaxError ( SourceLocation  location,
string  message,
ParserState  parserState 
)

Definition at line 21 of file SyntaxError.cs.

Member Function Documentation

override string Irony.Parsing.SyntaxError.ToString ( )

Definition at line 31 of file SyntaxError.cs.

Member Data Documentation

readonly SourceLocation Irony.Parsing.SyntaxError.Location

Definition at line 27 of file SyntaxError.cs.

readonly string Irony.Parsing.SyntaxError.Message

Definition at line 28 of file SyntaxError.cs.

ParserState Irony.Parsing.SyntaxError.ParserState

Definition at line 29 of file SyntaxError.cs.


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