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

Public Member Functions

 CoreParser (Parser parser)
 
void Parse ()
 
void ResetLocationAndClearInput (SourceLocation location, int position)
 

Public Attributes

readonly Parser Parser
 
readonly ParserData Data
 

Detailed Description

Definition at line 24 of file CoreParser.cs.

Constructor & Destructor Documentation

Irony.Parsing.CoreParser.CoreParser ( Parser  parser)

Definition at line 27 of file CoreParser.cs.

Member Function Documentation

void Irony.Parsing.CoreParser.Parse ( )

Definition at line 49 of file CoreParser.cs.

void Irony.Parsing.CoreParser.ResetLocationAndClearInput ( SourceLocation  location,
int  position 
)

Definition at line 170 of file CoreParser_ErrorHandling.cs.

Member Data Documentation

readonly ParserData Irony.Parsing.CoreParser.Data

Definition at line 36 of file CoreParser.cs.

readonly Parser Irony.Parsing.CoreParser.Parser

Definition at line 35 of file CoreParser.cs.


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