OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tokenNames
(Results
1 - 7
of
7
) sorted by null
/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[]));
/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
) {
/cts/tools/signature-tools/lib/
stringtemplate.jar
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/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 381 milliseconds