Searched defs:ParseNode (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternParser.cs53 object node = ParseNode();
67 object root = ParseNode();
79 object child = ParseNode();
94 public virtual object ParseNode() { method in class:Antlr.Runtime.Tree.TreePatternParser
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternParser.cs60 object node = ParseNode();
76 object root = ParseNode();
93 object child = ParseNode();
109 public virtual object ParseNode() method in class:Antlr.Runtime.Tree.TreePatternParser
/external/webkit/Source/WebCore/xml/
H A DXPathExpressionNode.h53 class ParseNode { class in namespace:WebCore::XPath
55 virtual ~ParseNode() { }
58 class Expression : public ParseNode {

Completed in 1305 milliseconds