Home
last modified time | relevance | path

Searched defs:ParseTree (Results 1 – 10 of 10) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.h31 struct ParseTree { struct
52 explicit ParseTree() = default; argument
53 explicit ParseTree(const Nonterm lhs, const CodepointSpan& codepoint_span, in ParseTree() function
74 const ParseTree* unary_rule_rhs() const { return rhs2; } in unary_rule_rhs() argument
77 ParseTree* next = nullptr; argument
94 const ParseTree* rhs1 = nullptr; argument
100 const ParseTree* rhs2 = nullptr; argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DParseTree.cs47 public class ParseTree : BaseTree class
52 public ParseTree( object label ) in ParseTree() method in Antlr.Runtime.Tree.ParseTree
DTreePatternParser.cs70 public virtual object ParseTree() in ParseTree() method in Antlr.Runtime.Tree.TreePatternParser
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DParseTree.cs46 public class ParseTree : BaseTree { class
50 public ParseTree(object label) { in ParseTree() method in Antlr.Runtime.Tree.ParseTree
DTreePatternParser.cs62 public virtual object ParseTree() { in ParseTree() method in Antlr.Runtime.Tree.TreePatternParser
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DParseTree.java39 public class ParseTree extends BaseTree { class
43 public ParseTree(Object label) { in ParseTree() method in ParseTree
/external/antlr/runtime/ObjC/Framework/
DParseTree.m39 @implementation ParseTree implementation
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DParseTreeBuilder.cs35 using ParseTree = Antlr.Runtime.Tree.ParseTree; typedef
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DParseTreeBuilder.cs36 using ParseTree = Antlr.Runtime.Tree.ParseTree; typedef
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas4328 function TTreePatternParser.ParseTree: IANTLRInterface; in ParseTree() function