class SyntaxTree::YARV::InstructionSequence::CatchNext

def to_a

def to_a
  [:next, nil, begin_label.name, end_label.name, exit_label.name]
end