this.is2_0 = config.getCompatVersion().is2_0();
this.doNotReverseLookupEnabled = is1_9;
if (config.getCompileMode() == CompileMode.OFFIR ||
config.getCompileMode() == CompileMode.FORCEIR) {
this.staticScopeFactory = new IRStaticScopeFactory(this);
} else {
this.staticScopeFactory = new StaticScopeFactory(this);
}
this.in = config.getInput();