Home
last modified time | relevance | path

Searched refs:ComputeTokenTypes (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs188 this.tokenNameToTypeMap = ComputeTokenTypes( tokenNames ); in TreeWizard()
201 public virtual IDictionary<string, int> ComputeTokenTypes( string[] tokenNames ) in ComputeTokenTypes() method in Antlr.Runtime.Tree.TreeWizard
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs167 this.tokenNameToTypeMap = ComputeTokenTypes(tokenNames); in TreeWizard()
179 public virtual IDictionary<string, int> ComputeTokenTypes(string[] tokenNames) { in ComputeTokenTypes() method in Antlr.Runtime.Tree.TreeWizard
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas936 function ComputeTokenTypes(const TokenNames: TStringArray): IDictionary<String, Integer>;
1801 function ComputeTokenTypes(const TokenNames: TStringArray): IDictionary<String, Integer>;
3975 function TTreeWizard.ComputeTokenTypes( in TTreeWizard.ComputeTokenTypes() function
4007 FTokenNameToTypeMap := ComputeTokenTypes(TokenNames);