Injectors regenerated
This commit is contained in:
@@ -34,7 +34,7 @@ import javax.annotation.PreDestroy;
|
||||
|
||||
/* This file is generated by org.jetbrains.jet.generators.injectors.GenerateInjectors. DO NOT EDIT! */
|
||||
public class InjectorForJvmCodegen {
|
||||
|
||||
|
||||
private final JetTypeMapper jetTypeMapper;
|
||||
private final List<JetFile> listOfJetFile;
|
||||
private final BuiltinToJavaTypesMapping builtinToJavaTypesMapping;
|
||||
@@ -47,7 +47,7 @@ public class InjectorForJvmCodegen {
|
||||
private ScriptCodegen scriptCodegen;
|
||||
private IntrinsicMethods intrinsics;
|
||||
private ClassFileFactory classFileFactory;
|
||||
|
||||
|
||||
public InjectorForJvmCodegen(
|
||||
@NotNull JetTypeMapper jetTypeMapper,
|
||||
@NotNull List<JetFile> listOfJetFile,
|
||||
@@ -76,37 +76,33 @@ public class InjectorForJvmCodegen {
|
||||
intrinsics.init();
|
||||
|
||||
}
|
||||
|
||||
|
||||
@PreDestroy
|
||||
public void destroy() {
|
||||
}
|
||||
|
||||
|
||||
public JetTypeMapper getJetTypeMapper() {
|
||||
return this.jetTypeMapper;
|
||||
}
|
||||
|
||||
public List getListOfJetFile() {
|
||||
return this.listOfJetFile;
|
||||
}
|
||||
|
||||
|
||||
public GenerationState getGenerationState() {
|
||||
return this.generationState;
|
||||
}
|
||||
|
||||
|
||||
public Project getProject() {
|
||||
return this.project;
|
||||
}
|
||||
|
||||
|
||||
public ScriptCodegen getScriptCodegen() {
|
||||
return this.scriptCodegen;
|
||||
}
|
||||
|
||||
|
||||
public IntrinsicMethods getIntrinsics() {
|
||||
return this.intrinsics;
|
||||
}
|
||||
|
||||
|
||||
public ClassFileFactory getClassFileFactory() {
|
||||
return this.classFileFactory;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user