Searched defs:ParseTree (Results 1 – 10 of 10) sorted by relevance
31 struct ParseTree { struct52 explicit ParseTree() = default; argument53 explicit ParseTree(const Nonterm lhs, const CodepointSpan& codepoint_span, in ParseTree() function74 const ParseTree* unary_rule_rhs() const { return rhs2; } in unary_rule_rhs() argument77 ParseTree* next = nullptr; argument94 const ParseTree* rhs1 = nullptr; argument100 const ParseTree* rhs2 = nullptr; argument
47 public class ParseTree : BaseTree class52 public ParseTree( object label ) in ParseTree() method in Antlr.Runtime.Tree.ParseTree
70 public virtual object ParseTree() in ParseTree() method in Antlr.Runtime.Tree.TreePatternParser
46 public class ParseTree : BaseTree { class50 public ParseTree(object label) { in ParseTree() method in Antlr.Runtime.Tree.ParseTree
62 public virtual object ParseTree() { in ParseTree() method in Antlr.Runtime.Tree.TreePatternParser
39 public class ParseTree extends BaseTree { class43 public ParseTree(Object label) { in ParseTree() method in ParseTree
39 @implementation ParseTree implementation
35 using ParseTree = Antlr.Runtime.Tree.ParseTree; typedef
36 using ParseTree = Antlr.Runtime.Tree.ParseTree; typedef
4328 function TTreePatternParser.ParseTree: IANTLRInterface; in ParseTree() function