Searched defs:ComputeTokenTypes (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs167 this.tokenNameToTypeMap = ComputeTokenTypes(tokenNames);
179 public virtual IDictionary<string, int> ComputeTokenTypes(string[] tokenNames) { method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs188 this.tokenNameToTypeMap = ComputeTokenTypes( tokenNames );
201 public virtual IDictionary<string, int> ComputeTokenTypes( string[] tokenNames ) method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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(
4007 FTokenNameToTypeMap := ComputeTokenTypes(TokenNames);

Completed in 84 milliseconds