class Racc::States

def should_error_on_expect_mismatch?

def should_error_on_expect_mismatch?
  should_report_srconflict? && @grammar.error_on_expect_mismatch
end