class Opal::Nodes::CallNode

def csend?

Is it a conditional send, ie. `foo&.bar`?
def csend?
  @sexp.type == :csend
end