Searched refs:MismatchedRange (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb313 =begin rdoc ANTLR3::Error::MismatchedRange
315 error:: MismatchedRange
324 class MismatchedRange < RecognitionError class in class:ANTLR3.Error.report_error
612 def MismatchedRange( min, max, input = @input ) method in class:ANTLR3.Error.report_error
613 MismatchedRange.new( min, max, input )
H A Drecognizers.rb1109 error = MismatchedRange( min.chr, max.chr )
1155 when Error::MismatchedRange
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dbasic.rb419 should raise_error( ANTLR3::Error::MismatchedRange ) do |exc|

Completed in 358 milliseconds