256257258259260261262
GlobalTypeInfo(AbstractCompiler compiler) { this.warnings = new WarningReporter(compiler); this.compiler = compiler; this.convention = compiler.getCodingConvention(); this.typeParser = new JSTypeCreatorFromJSDoc(this.convention); }