376377378379380381382383384385386387
return join(current, op) ; } if ( elt instanceof ElementAssign ) { ElementAssign assign = (ElementAssign)elt ; Op op = OpAssign.assign(current, assign.getVar(), assign.getExpr()) ; return op ; } if ( elt instanceof ElementBind ) {