Home
last modified time | relevance | path

Searched refs:GetTree (Results 1 – 6 of 6) 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/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/pdfium/core/include/fpdfdoc/
Dfpdf_tagged.h74 virtual CPDF_StructTree* GetTree() const = 0;
/external/pdfium/core/src/fpdfdoc/
Dtagged_int.h41 CPDF_StructTree* GetTree() const in GetTree() function
/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; in GetTree() function
1180 property Tree: IANTLRInterface read GetTree write SetTree;
2516 function GetTree: IANTLRInterface; virtual; in GetTree() function
5722 function TRuleReturnScope.GetTree: IANTLRInterface; in TRuleReturnScope.GetTree() function