Home
last modified time | relevance | path

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

/external/antlr/runtime/Ruby/lib/antlr3/
Derror.rb324 class MismatchedRange < RecognitionError class
612 def MismatchedRange( min, max, input = @input ) method
613 MismatchedRange.new( min, max, input )
Drecognizers.rb1109 error = MismatchedRange( min.chr, max.chr )