397398399400401402403404405406407
return op ; } if ( elt instanceof ElementNotExists ) { ElementNotExists elt2 = (ElementNotExists)elt ; Op op = compileElementNotExists(current, elt2) ; return op ; } if ( elt instanceof ElementMinus )