class Prism::IndexOperatorWriteNode

def attribute_write?

def attribute_write?: () -> bool
def attribute_write?
  flags.anybits?(CallNodeFlags::ATTRIBUTE_WRITE)
end