C# Class System.Linq.Dynamic.Parser

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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

Parse() public méthode

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

Parse() public méthode

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

Parser() public méthode

public Parser ( Scanner scanner )
scanner Scanner