updaters

fun updaters(node: DeclarationNode): Set<UpdateNode>
fun updaters(node: ParameterNode): Set<UpdateNode>
fun updaters(node: ObjectDeclarationArgumentNode): Set<UpdateNode>

Returns the set of UpdateNodes that reference the ObjectVariable declared by node.