HomeSort by relevance Sort by last modified time
    Searched defs:_tokenNames (Results 1 - 14 of 14) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedTokenException.cs 48 private readonly ReadOnlyCollection<string> _tokenNames;
70 this._tokenNames = new List<string>(tokenNames).AsReadOnly();
77 this._tokenNames = new ReadOnlyCollection<string>(new List<string>(tokenNames));
86 this._tokenNames = new ReadOnlyCollection<string>(new List<string>(tokenNames));
95 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));
106 return _tokenNames;
117 if (_tokenNames != null) {
118 tokenArray = new string[_tokenNames.Count];
120 foreach (var token in _tokenNames) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 47 private readonly ReadOnlyCollection<string> _tokenNames;
74 this._tokenNames = new List<string>(tokenNames).AsReadOnly();
83 this._tokenNames = new List<string>(tokenNames).AsReadOnly();
92 this._tokenNames = new List<string>(tokenNames).AsReadOnly();
102 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));
117 return _tokenNames;
128 info.AddValue("TokenNames", (_tokenNames != null) ? new List<string>(_tokenNames).ToArray() : default(string[]));
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /development/tools/checkstyle/
checkstyle.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 

Completed in 856 milliseconds