super(requestor, problemFactory, options, reportLocalDeclarations,
optimizeStringLiterals, useSourceJavadocParser);
}
protected ImportReference newImportReference(char[][] tokens, long[] sourcePositions, boolean onDemand, int mod) {
ImportReference ref = this.importReference;
ref.tokens = tokens;
ref.sourcePositions = sourcePositions;
if (onDemand) {
ref.bits |= ASTNode.OnDemand;
}