Home
last modified time | relevance | path

Searched refs:nvae (Results 1 – 25 of 69) sorted by relevance

123

/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DDbg.stg159 nvae = NoViableAlternative( "<description>", <decisionNumber>, <stateNumber> )
160 @debug_listener.recognition_exception( nvae )
161 raise( nvae )<\n>
165 nvae = NoViableAlternative( "<description>", <decisionNumber>, <stateNumber> )
166 @debug_listener.recognition_exception( nvae )
167 raise( nvae )<\n>
174 rescue ANTLR3::Error::NoViableAlternative => nvae
175 @debug_listener.recognition_exception(nvae)
182 def error(nvae)
183 @recognizer.debug_listener.recognition_exception(nvae)
/external/doclava/src/com/google/doclava/parser/
DJavaParser.java490 catch (NoViableAltException nvae) { in compilationUnit()
491 dbg.recognitionException(nvae); in compilationUnit()
492 throw nvae; in compilationUnit()
740 NoViableAltException nvae = in importDeclaration() local
743 dbg.recognitionException(nvae); in importDeclaration()
744 throw nvae; in importDeclaration()
749 NoViableAltException nvae = in importDeclaration() local
752 dbg.recognitionException(nvae); in importDeclaration()
753 throw nvae; in importDeclaration()
758 NoViableAltException nvae = in importDeclaration() local
[all …]
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DDFA.js98 var nvae =
103 this.error(nvae);
104 throw nvae;
108 error: function(nvae) { }, argument
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DDFA.pm145 my $nvae = ANTLR::Runtime::NoViableAltException({
151 $self->error($nvae);
152 $nvae->throw();
157 my ($self, $nvae) = @_;
/external/antlr/runtime/Python/antlr3/
Ddfa.py156 nvae = NoViableAltException(
163 self.error(nvae)
164 raise nvae
167 def error(self, nvae): argument
/external/antlr/runtime/Python3/antlr3/
Ddfa.py140 nvae = NoViableAltException(
147 self.error(nvae)
148 raise nvae
151 def error(self, nvae): argument
/external/antlr/runtime/ObjC/Framework/examples/hoistedPredicates/
DTParser.m143 … NoViableAltException *nvae = [NoViableAltException newException:1 state:2 stream:input];
144 nvae.c = LA1_2;
145 @throw nvae;
150 NoViableAltException *nvae = [NoViableAltException newException:1 state:0 stream:input];
151 nvae.c = LA1_0;
152 @throw nvae;
235 NoViableAltException *nvae = [NoViableAltException newException:2 state:0 stream:input];
236 nvae.c = LA2_0;
237 @throw nvae;
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DDFA.java158 NoViableAltException nvae = in noViableAlt() local
163 error(nvae); in noViableAlt()
164 throw nvae; in noViableAlt()
168 protected void error(NoViableAltException nvae) { ; } in error() argument
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DDbg.stg202 @dfaState.noViableAltException() ::= "[debugListener recognitionException:nvae];"
204 @dfaStateSwitch.noViableAltException() ::= "[debugListener recognitionException:nvae];"
212 @catch (NoViableAltException *nvae) {
213 [debugListener recognitionException:nvae];
214 @throw nvae;
219 -(void) error:(NoViableAltException *)nvae
221 [[recognizer debugListener] recognitionException:nvae];
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DDFA.cs227 NoViableAltException nvae = in NoViableAlt()
232 Error( nvae ); in NoViableAlt()
233 throw nvae; in NoViableAlt()
237 public virtual void Error( NoViableAltException nvae ) in Error() argument
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DDFA.cs181 NoViableAltException nvae = in NoViableAlt()
186 Error(nvae); in NoViableAlt()
187 throw nvae; in NoViableAlt()
191 public virtual void Error(NoViableAltException nvae) { in Error() argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarParser.cs314 catch ( NoViableAltException nvae ) in stat()
316 dbg.RecognitionException( nvae ); in stat()
317 throw nvae; in stat()
891 NoViableAltException nvae = new NoViableAltException("", 3, 0, input); in expr()
893 dbg.RecognitionException( nvae ); in expr()
894 throw nvae; in expr()
1232 NoViableAltException nvae = new NoViableAltException("", 6, 2, input); in atom()
1234 dbg.RecognitionException( nvae ); in atom()
1235 throw nvae; in atom()
1246 NoViableAltException nvae = new NoViableAltException("", 6, 0, input); in atom()
[all …]
DProfileGrammarParser.cs318 catch ( NoViableAltException nvae ) in stat()
320 dbg.RecognitionException( nvae ); in stat()
321 throw nvae; in stat()
895 NoViableAltException nvae = new NoViableAltException("", 3, 0, input); in expr()
897 dbg.RecognitionException( nvae ); in expr()
898 throw nvae; in expr()
1236 NoViableAltException nvae = new NoViableAltException("", 6, 2, input); in atom()
1238 dbg.RecognitionException( nvae ); in atom()
1239 throw nvae; in atom()
1250 NoViableAltException nvae = new NoViableAltException("", 6, 0, input); in atom()
[all …]
DDebugTreeGrammar.cs257 NoViableAltException nvae = new NoViableAltException("", 3, 0, input); in stat()
259 dbg.RecognitionException( nvae ); in stat()
260 throw nvae; in stat()
498 NoViableAltException nvae = new NoViableAltException("", 4, 0, input); in expr()
500 dbg.RecognitionException( nvae ); in expr()
501 throw nvae; in expr()
DProfileTreeGrammar.cs262 NoViableAltException nvae = new NoViableAltException("", 3, 0, input); in stat()
264 dbg.RecognitionException( nvae ); in stat()
265 throw nvae; in stat()
503 NoViableAltException nvae = new NoViableAltException("", 4, 0, input); in expr()
505 dbg.RecognitionException( nvae ); in expr()
506 throw nvae; in expr()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg285 //@dfaState.noViableAltException() ::= "dbg.RecognitionException( nvae );"
287 //@dfaStateSwitch.noViableAltException() ::= "dbg.RecognitionException( nvae );"
295 //catch ( NoViableAltException nvae )
297 // dbg.RecognitionException( nvae );
298 // throw nvae;
303 //public override void Error( NoViableAltException nvae )
305 // ((DebugParser)recognizer).dbg.RecognitionException( nvae );
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DDbg.stg240 @dfaState.noViableAltException() ::= "dbg.recognitionException(nvae);"
242 @dfaStateSwitch.noViableAltException() ::= "dbg.recognitionException(nvae);"
249 catch (NoViableAltException nvae) {
250 dbg.recognitionException(nvae);
251 throw nvae;
256 public void error(NoViableAltException nvae) {
257 dbg.recognitionException(nvae);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg286 //@dfaState.noViableAltException() ::= "dbg.RecognitionException( nvae );"
288 //@dfaStateSwitch.noViableAltException() ::= "dbg.RecognitionException( nvae );"
296 //catch ( NoViableAltException nvae )
298 // dbg.RecognitionException( nvae );
299 // throw nvae;
304 //public override void Error( NoViableAltException nvae )
306 // ((DebugParser)recognizer).dbg.RecognitionException( nvae );
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.java134 NoViableAltException nvae = in declaration() local
137 throw nvae; in declaration()
513 NoViableAltException nvae = in stat() local
516 throw nvae; in stat()
657 NoViableAltException nvae = in expr() local
660 throw nvae; in expr()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java746 NoViableAltException nvae = in source_spec() local
748 throw nvae; in source_spec()
1079 NoViableAltException nvae = in field_initial_value() local
1081 throw nvae; in field_initial_value()
1230 NoViableAltException nvae = in literal() local
1232 throw nvae; in literal()
1468 NoViableAltException nvae = in fixed_64bit_literal_number() local
1470 throw nvae; in fixed_64bit_literal_number()
1629 NoViableAltException nvae = in fixed_64bit_literal() local
1631 throw nvae; in fixed_64bit_literal()
[all …]
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DPolyParser.m430 … NoViableAltException *nvae = [NoViableAltException newException:2 state:3 stream:input];
431 nvae.c = LA2_3;
432 @throw nvae;
440 … NoViableAltException *nvae = [NoViableAltException newException:2 state:1 stream:input];
441 nvae.c = LA2_1;
442 @throw nvae;
456 … NoViableAltException *nvae = [NoViableAltException newException:2 state:2 stream:input];
457 nvae.c = LA2_2;
458 @throw nvae;
463 NoViableAltException *nvae = [NoViableAltException newException:2 state:0 stream:input];
[all …]
DPolyDifferentiator.m283 … NoViableAltException *nvae = [NoViableAltException newException:1 state:7 stream:input];
284 nvae.c = LA1_7;
285 @throw nvae;
290 … NoViableAltException *nvae = [NoViableAltException newException:1 state:6 stream:input];
291 nvae.c = LA1_6;
292 @throw nvae;
297 … NoViableAltException *nvae = [NoViableAltException newException:1 state:2 stream:input];
298 nvae.c = LA1_2;
299 @throw nvae;
321 NoViableAltException *nvae = [NoViableAltException newException:1 state:0 stream:input];
[all …]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DDbg.stg301 @dfaState.noViableAltException() ::= "self._dbg.recognitionException(nvae)"
303 @dfaStateSwitch.noViableAltException() ::= "self._dbg.recognitionException(nvae)"
310 except NoViableAltException as nvae:
311 self._dbg.recognitionException(nvae)
317 def error(self, nvae):
318 self._dbg.recognitionException(nvae)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DDbg.stg301 @dfaState.noViableAltException() ::= "self._dbg.recognitionException(nvae)"
303 @dfaStateSwitch.noViableAltException() ::= "self._dbg.recognitionException(nvae)"
310 except NoViableAltException, nvae:
311 self._dbg.recognitionException(nvae)
317 def error(self, nvae):
318 self._dbg.recognitionException(nvae)
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DDFA.as158 var nvae:NoViableAltException =
163 error(nvae);
164 throw nvae;
168 …public var error:Function = function(nvae:NoViableAltException):NoViableAltException { return nvae

123