Searched refs:ParseNode (Results 1 – 7 of 7) sorted by relevance
53 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
44 class ParseNode; variable79 void registerParseNode(ParseNode*);80 void unregisterParseNode(ParseNode*);121 HashSet<ParseNode*> m_parseNodes;
53 class ParseNode {55 virtual ~ParseNode() { } in ~ParseNode()58 class Expression : public ParseNode {
42 class Step : public ParseNode {
530 void Parser::registerParseNode(ParseNode* node) in registerParseNode()540 void Parser::unregisterParseNode(ParseNode* node) in unregisterParseNode()
60 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
1048 function ParseNode: IANTLRInterface;1852 function ParseNode: IANTLRInterface;4266 function TTreePatternParser.ParseNode: IANTLRInterface; in ParseNode() function4339 Result := ParseNode;4353 Child := ParseNode;4378 Node := ParseNode;