JsFunction emptyFunctionFn =
indexedFunctions.get("JavaClassHierarchySetupUtil.emptyMethod");
JsExpression asg = createAssignment(clinitFunc.getName().makeRef(sourceInfo),
emptyFunctionFn.getName().makeRef(sourceInfo));
statements.add(0, asg.makeStmt());
}
private boolean isMethodPotentiallyCalledAcrossClasses(JMethod method) {
assert !hasWholeWorldKnowledge || crossClassTargets != null;
return crossClassTargets == null || crossClassTargets.contains(method) ||