Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs282 ITree tree = GetTree(t); in GetType()
296 ITree tree = GetTree(t); in GetText()
310 ITree tree = GetTree(t); in GetChild()
319 ITree tree = GetTree(t); in SetChild()
323 ITree childTree = GetTree(child); in SetChild()
334 ITree tree = GetTree(t); in GetChildCount()
407 ITree tree = GetTree(treeNode); in DupNode()
425 ITree tree = GetTree(t); in SetTokenBoundaries()
443 ITree tree = GetTree(t); in GetTokenStartIndex()
452 ITree tree = GetTree(t); in GetTokenStopIndex()
[all …]
/external/pdfium/core/fpdfdoc/
Dfpdf_tagged.h35 virtual IPDF_StructTree* GetTree() const = 0;
Dtagged_int.h67 IPDF_StructTree* GetTree() const override;
Ddoc_tagged.cpp188 IPDF_StructTree* CPDF_StructElement::GetTree() const { in GetTree() function in CPDF_StructElement
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DParseTreeBuilder.cs54 public virtual ParseTree GetTree() { in GetTree() method in Antlr.Runtime.Debug.ParseTreeBuilder
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DAST.stg76 function T<grammar.recognizerName>.T<ruleDescriptor:returnStructName()>.GetTree: IANTLRInterface;
92 function GetTree: IANTLRInterface; override;
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1167 function GetTree: IANTLRInterface;
1180 property Tree: IANTLRInterface read GetTree write SetTree;
2516 function GetTree: IANTLRInterface; virtual;
5722 function TRuleReturnScope.GetTree: IANTLRInterface; in TRuleReturnScope.GetTree() function