C# Class Pomona.Queries.PomonaQueryTreeParser

ファイルを表示 Open project: Pomona/Pomona Class Usage Examples

Public Methods

Method Description
ParseTree ( ITree tree, int depth, string parsedString ) : NodeBase

Private Methods

Method 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 method

public static ParseTree ( ITree tree, int depth, string parsedString ) : NodeBase
tree ITree
depth int
parsedString string
return NodeBase