branch.log(TreeLogger.ERROR, "Badly formatted JSNI reference in "
+ PROP_INITIAL_SEQUENCE + ": " + refString);
throw new UnableToCompleteException();
}
final String lookupErrorHolder[] = new String[1];
HasEnclosingType referent = JsniRefLookup.findJsniRefTarget(jsniRef,
program, new JsniRefLookup.ErrorReporter() {
public void reportError(String error) {
lookupErrorHolder[0] = error;
}
});