HomeSort by relevance Sort by last modified time
    Searched refs:RecognitionError (Results 1 - 8 of 8) sorted by null

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 12 the token! method can match a token without raising a RecognitionError.
42 rescue ANTLR3::Error::RecognitionError => re
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-parser.rb 229 rescue ANTLR3::Error::RecognitionError => re
304 rescue ANTLR3::Error::RecognitionError => re
390 rescue ANTLR3::Error::RecognitionError => re
465 rescue ANTLR3::Error::RecognitionError => re
519 rescue ANTLR3::Error::RecognitionError => re
600 rescue ANTLR3::Error::RecognitionError => re
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 62 - not a subclass of RecognitionError
96 =begin rdoc ANTLR3::Error::RecognitionError
105 class RecognitionError < StandardError
217 class MismatchedToken < RecognitionError
324 class MismatchedRange < RecognitionError
348 class MismatchedSet < RecognitionError
402 class NoViableAlternative < RecognitionError
446 class EarlyExit < RecognitionError
470 class FailedPredicate < RecognitionError
498 class MismatchedTreeNode < RecognitionError
    [all...]
debug.rb 234 ANTLR3::RecognitionError === exc and
507 # Across a socket for remote debugging, only the RecognitionError
534 # recognitionError NoViableAltError 2 1 2
recognizers.rb     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 69 catch [ RecognitionError => exc ] {
scopes.rb 186 proc { parser.b( false ) }.should raise_error( ANTLR3::RecognitionError )
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
debug-mode.rb 145 grammar RecognitionError;

Completed in 50 milliseconds