C# Class bsharptree.example.simpleindex.query.parser.Parser

Afficher le fichier Open project: thoward/bsharptree

Méthodes publiques

Méthode Description
Parse ( string input ) : ParseTree
Parse ( string input, ParseTree tree ) : ParseTree
Parser ( Scanner scanner ) : System

Private Methods

Méthode Description
ParseClause ( ParseNode parent ) : void
ParseExpression ( ParseNode parent ) : void
ParseMustClause ( ParseNode parent ) : void
ParseMustNotClause ( ParseNode parent ) : void
ParseStart ( ParseNode parent ) : void
ParseSubClause ( ParseNode parent ) : void
ParseTerm ( ParseNode parent ) : void

Method Details

Parse() public méthode

public Parse ( string input ) : ParseTree
input string
Résultat ParseTree

Parse() public méthode

public Parse ( string input, ParseTree tree ) : ParseTree
input string
tree ParseTree
Résultat ParseTree

Parser() public méthode

public Parser ( Scanner scanner ) : System
scanner Scanner
Résultat System