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

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 417 =begin rdoc ANTLR3::Error::EarlyExit
419 error:: EarlyExit
424 one occurence of the subrule, the recognizer will raise an EarlyExit
441 # -> raises EarlyExit: line 1:1 required (...)+ loop did not match
446 class EarlyExit < RecognitionError
628 def EarlyExit( decision, input = @input )
629 EarlyExit.new( decision, input )
recognizers.rb     [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
basic.rb 229 should raise_error( ANTLR3::Error::EarlyExit ) { |exc|
317 should raise_error( ANTLR3::Error::EarlyExit ) do |exc|
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 808 eee = EarlyExit( 11 )

Completed in 51 milliseconds