Home
last modified time | relevance | path

Searched refs:unexpected_type (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
Dbasic.rb41 e.unexpected_type.should == '1'
77 exc.unexpected_type.should == '2'
118 exc.unexpected_type.should == '2'
173 exc.unexpected_type.should == '2'
221 exc.unexpected_type.should == '2'
230 exc.unexpected_type.should == ANTLR3::Constants::EOF
275 exc.unexpected_type.should == '2'
318 exc.unexpected_type.should == 'o'
369 exc.unexpected_type.should == 'b'
422 exc.unexpected_type.should == 'a'
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Derror.rb147 def unexpected_type method in ANTLR3.Error.RecognitionError
226 "%s: %p %p" % [ self.class, unexpected_type, @expecting.inspect ]
334 [ self.class, unexpected_type, @min, @max ]
357 [ self.class, unexpected_type, @expecting ]
374 [ self.class, unexpected_type, @expecting ]
413 [ self.class, unexpected_type, @grammar_decision_description ]
507 [ self.class, unexpected_type, @expecting ]