C# Class Cottle.Parsers.PostParser

Inheritance: IParser
Show file Open project: r3c/cottle Class Usage Examples

Public Methods

Method Description
Parse ( TextReader reader ) : Command
PostParser ( IParser parser, IEnumerable optimizers ) : System

Private Methods

Method Description
Optimize ( Command command ) : Command
Optimize ( Expression expression ) : Expression

Method Details

Parse() public method

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

PostParser() public method

public PostParser ( IParser parser, IEnumerable optimizers ) : System
parser IParser
optimizers IEnumerable
return System