module ANTLR3::Test::CollectErrors
Public Instance Methods
emit_error_message( msg )
click to toggle source
# File lib/antlr3/test/functional.rb, line 226 def emit_error_message( msg ) reported_errors << msg end
reported_errors()
click to toggle source
# File lib/antlr3/test/functional.rb, line 221 def reported_errors defined?( @reported_errors ) or @reported_errors = [] return @reported_errors end