C# Class System.Linq.Dynamic.Parser

显示文件 Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
Parse ( string input ) : ParseTree
Parse ( string input, string fileName ) : ParseTree
Parse ( string input, string fileName, ParseTree tree ) : ParseTree
Parser ( Scanner scanner )

Private Methods

Method Description
ParseAdditive ( ParseNode parent ) : void
ParseCall ( ParseNode parent ) : void
ParseComparison ( ParseNode parent ) : void
ParseExpression ( ParseNode parent ) : void
ParseField ( ParseNode parent ) : void
ParseLogicalAnd ( ParseNode parent ) : void
ParseLogicalOr ( ParseNode parent ) : void
ParseMultiplicative ( ParseNode parent ) : void
ParseNewJson ( ParseNode parent ) : void
ParsePrimary ( ParseNode parent ) : void
ParseStart ( ParseNode parent ) : void
ParseStatement ( ParseNode parent ) : void
ParseUnary ( ParseNode parent ) : void
ParseValue ( ParseNode parent ) : void
ParseValueList ( ParseNode parent ) : void

Method Details

Parse() public method

public Parse ( string input ) : ParseTree
input string
return ParseTree

Parse() public method

public Parse ( string input, string fileName ) : ParseTree
input string
fileName string
return ParseTree

Parse() public method

public Parse ( string input, string fileName, ParseTree tree ) : ParseTree
input string
fileName string
tree ParseTree
return ParseTree

Parser() public method

public Parser ( Scanner scanner )
scanner Scanner