C# 클래스 bsharptree.example.simpleindex.query.parser.Parser

파일 보기 프로젝트 열기: thoward/bsharptree

공개 메소드들

메소드 설명
Parse ( string input ) : ParseTree
Parse ( string input, ParseTree tree ) : ParseTree
Parser ( Scanner scanner ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Parse() 공개 메소드

public Parse ( string input ) : ParseTree
input string
리턴 ParseTree

Parse() 공개 메소드

public Parse ( string input, ParseTree tree ) : ParseTree
input string
tree ParseTree
리턴 ParseTree

Parser() 공개 메소드

public Parser ( Scanner scanner ) : System
scanner Scanner
리턴 System