C# Class Cottle.Parsers.PostParser

Inheritance: IParser
Afficher le fichier Open project: r3c/cottle Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( TextReader reader ) : Command
PostParser ( IParser parser, IEnumerable optimizers ) : System

Private Methods

Méthode Description
Optimize ( Command command ) : Command
Optimize ( Expression expression ) : Expression

Method Details

Parse() public méthode

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

PostParser() public méthode

public PostParser ( IParser parser, IEnumerable optimizers ) : System
parser IParser
optimizers IEnumerable
Résultat System