C# Class Pomona.Queries.PomonaQueryTreeParser

Afficher le fichier Open project: Pomona/Pomona Class Usage Examples

Méthodes publiques

Méthode Description
ParseTree ( ITree tree, int depth, string parsedString ) : NodeBase

Private Methods

Méthode Description
GetChildren ( ITree tree ) : IEnumerable
GetDateTimeNode ( string value ) : NodeBase
IsBinaryOperator ( int type, NodeType &nodeType ) : bool
IsReduceableBinaryOperator ( int type ) : bool
ParseChildren ( ITree tree, int depth, string parsedString, int skip ) : IEnumerable
ParseTreeInner ( ITree tree, int depth, string parsedString ) : NodeBase
PomonaQueryTreeParser ( ) : System

Method Details

ParseTree() public static méthode

public static ParseTree ( ITree tree, int depth, string parsedString ) : NodeBase
tree ITree
depth int
parsedString string
Résultat NodeBase