C# Class Algebra.Core.Grammar.Parser

Exibir arquivo Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method Description
LoadGrammar ( BinaryReader reader ) : bool
Parse ( TextReader reader ) : bool
Parse ( string text ) : bool
Parser ( bool trimReductions ) : System

Protected Methods

Method Description
CreateObjectFor ( GOLD r ) : object

Private Methods

Method Description
InitEvents ( ) : void

Method Details

CreateObjectFor() protected abstract method

protected abstract CreateObjectFor ( GOLD r ) : object
r GOLD
return object

LoadGrammar() public method

public LoadGrammar ( BinaryReader reader ) : bool
reader System.IO.BinaryReader
return bool

Parse() public method

public Parse ( TextReader reader ) : bool
reader System.IO.TextReader
return bool

Parse() public method

public Parse ( string text ) : bool
text string
return bool

Parser() public method

public Parser ( bool trimReductions ) : System
trimReductions bool
return System