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

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb378 =begin rdoc ANTLR3::Error::NoViableAlternative
380 error:: NoViableAlternative
393 symbols. Thus, NoViableAlternative errors indicate that the current input does
402 class NoViableAlternative < RecognitionError class in class:ANTLR3.Error.report_error
624 def NoViableAlternative( description, decision, state, input = @input ) method in class:ANTLR3.Error.report_error
625 NoViableAlternative.new( description, decision, state, input )

Completed in 146 milliseconds