Home
last modified time | relevance | path

Searched defs:ComputeTokenTypes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs179 public virtual IDictionary<string, int> ComputeTokenTypes(string[] tokenNames) { in ComputeTokenTypes() method in Antlr.Runtime.Tree.TreeWizard
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas936 function ComputeTokenTypes(const TokenNames: TStringArray): IDictionary<String, Integer>; in ComputeTokenTypes() function
1801 function ComputeTokenTypes(const TokenNames: TStringArray): IDictionary<String, Integer>; in ComputeTokenTypes() function
3975 function TTreeWizard.ComputeTokenTypes( in TTreeWizard.ComputeTokenTypes() function