C# Class Boo.Lang.Parser.BooParsingStep

Step 1. Parses any input fed to the compiler. Parsing behaviour can be customized by providing a specific ParserSettings instance through CompilerParameters.Environment.
Inheritance: ICompilerStep
Afficher le fichier Open project: boo/boo-lang Class Usage Examples

Méthodes publiques

Méthode Description
BooParsingStep ( ) : System
Dispose ( ) : void
Initialize ( CompilerContext context ) : void
Run ( ) : void

Méthodes protégées

Méthode Description
ParseModule ( string inputName, System reader, ParserErrorHandler errorHandler ) : void

Private Methods

Méthode Description
OnParserError ( antlr error ) : void
ParserError ( LexicalInfo data, antlr error ) : void

Method Details

BooParsingStep() public méthode

public BooParsingStep ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( CompilerContext context ) : void
context Boo.Lang.Compiler.CompilerContext
Résultat void

ParseModule() protected méthode

protected ParseModule ( string inputName, System reader, ParserErrorHandler errorHandler ) : void
inputName string
reader System
errorHandler ParserErrorHandler
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void