if (target == null)
continue;
Call call = new Call(var, target, new Variable[0]);
m.addStatement(call);
m.getEntry().addSucc(call);
call.addSucc(spot);
}
/*for (SootClass ac2 : getApplicationClasses()) {
if (ac2.isInterface()) // skip interfaces here
continue;