C# Class Algebra.Core.Grammar.Parser

Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Méthode Description
LoadGrammar ( BinaryReader reader ) : bool
Parse ( TextReader reader ) : bool
Parse ( string text ) : bool
Parser ( bool trimReductions ) : System

Méthodes protégées

Méthode Description
CreateObjectFor ( GOLD r ) : object

Private Methods

Méthode Description
InitEvents ( ) : void

Method Details

CreateObjectFor() protected abstract méthode

protected abstract CreateObjectFor ( GOLD r ) : object
r GOLD
Résultat object

LoadGrammar() public méthode

public LoadGrammar ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
Résultat bool

Parse() public méthode

public Parse ( TextReader reader ) : bool
reader System.IO.TextReader
Résultat bool

Parse() public méthode

public Parse ( string text ) : bool
text string
Résultat bool

Parser() public méthode

public Parser ( bool trimReductions ) : System
trimReductions bool
Résultat System