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

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb44 :syntax_errors,
74 syntax_errors::
101 # self.syntax_errors = 0
114 self.syntax_errors = 0
414 @state.syntax_errors += 1
706 def syntax_errors?
707 ( error_count = @state.syntax_errors ) > 0 and return( error_count )
719 @state.syntax_errors

Completed in 249 milliseconds