final Object extentContext = context;
queryToInit.getExtentMap().clear();
if (queryToInit.queryText() != null
&& queryToInit.queryText().indexOf(
PredefinedType.ALL_INSTANCES_NAME) >= 0) {
AbstractVisitor visitior = new AbstractVisitor() {
private boolean usesAllInstances = false;
public Object visitOperationCallExp(OperationCallExp oc) {
if (!usesAllInstances) {