Searched refs:ComputeTokenTypes (Results 1 – 3 of 3) sorted by relevance
188 this.tokenNameToTypeMap = ComputeTokenTypes( tokenNames ); in TreeWizard()201 public virtual IDictionary<string, int> ComputeTokenTypes( string[] tokenNames ) in ComputeTokenTypes() method in Antlr.Runtime.Tree.TreeWizard
167 this.tokenNameToTypeMap = ComputeTokenTypes(tokenNames); in TreeWizard()179 public virtual IDictionary<string, int> ComputeTokenTypes(string[] tokenNames) { in ComputeTokenTypes() method in Antlr.Runtime.Tree.TreeWizard
936 function ComputeTokenTypes(const TokenNames: TStringArray): IDictionary<String, Integer>;1801 function ComputeTokenTypes(const TokenNames: TStringArray): IDictionary<String, Integer>;3975 function TTreeWizard.ComputeTokenTypes( in TTreeWizard.ComputeTokenTypes() function4007 FTokenNameToTypeMap := ComputeTokenTypes(TokenNames);