Searched defs:EarlyExit (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb417 =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 class in class:ANTLR3.Error.report_error
628 def EarlyExit( decision, input = @input ) method in class:ANTLR3.Error.report_error
629 EarlyExit.new( decision, input )

Completed in 421 milliseconds