class SyntaxTree::YARV::Instruction

def branch_targets

This returns an array of labels.
def branch_targets
  []
end