Home
last modified time | relevance | path

Searched refs:ParseNode (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreePatternParser.cs53 object node = ParseNode(); in Pattern()
67 object root = ParseNode(); in ParseTree()
79 object child = ParseNode(); in ParseTree()
94 public virtual object ParseNode() { in ParseNode() method in Antlr.Runtime.Tree.TreePatternParser
/external/webkit/Source/WebCore/xml/
DXPathParser.h44 class ParseNode; variable
79 void registerParseNode(ParseNode*);
80 void unregisterParseNode(ParseNode*);
121 HashSet<ParseNode*> m_parseNodes;
DXPathExpressionNode.h53 class ParseNode {
55 virtual ~ParseNode() { } in ~ParseNode()
58 class Expression : public ParseNode {
DXPathStep.h42 class Step : public ParseNode {
DXPathParser.cpp530 void Parser::registerParseNode(ParseNode* node) in registerParseNode()
540 void Parser::unregisterParseNode(ParseNode* node) in unregisterParseNode()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternParser.cs60 object node = ParseNode(); in Pattern()
76 object root = ParseNode(); in ParseTree()
93 object child = ParseNode(); in ParseTree()
109 public virtual object ParseNode() in ParseNode() method in Antlr.Runtime.Tree.TreePatternParser
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1048 function ParseNode: IANTLRInterface;
1852 function ParseNode: IANTLRInterface;
4266 function TTreePatternParser.ParseNode: IANTLRInterface; in ParseNode() function
4339 Result := ParseNode;
4353 Child := ParseNode;
4378 Node := ParseNode;