class SyntaxTree::YARV::InstructionSequence::CatchRetry

def to_a

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