class Antlr4::Runtime::Parser::TrimToSizeListener

Public Instance Methods

enter_every_rule(_ctx) click to toggle source
# File lib/antlr4/runtime/parser.rb, line 29
def enter_every_rule(_ctx)
end
exit_every_rule(ctx) click to toggle source
# File lib/antlr4/runtime/parser.rb, line 38
def exit_every_rule(ctx)
  ctx.children.trimToSize if ctx.children.is_a? ArrayList
end
visit_error_node(_node) click to toggle source
# File lib/antlr4/runtime/parser.rb, line 35
def visit_error_node(_node)
end
visit_terminal(_node, _ctx) click to toggle source
# File lib/antlr4/runtime/parser.rb, line 32
def visit_terminal(_node, _ctx)
end