org.jetbrains.jet.codegen
Class ClassFileFactory
java.lang.Object
org.jetbrains.jet.codegen.ClassFileFactory
public class ClassFileFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassFileFactory
public ClassFileFactory(@NotNull
GenerationState state,
@NotNull
ClassBuilderFactory builderFactory)
asList
@NotNull
public java.util.List<OutputFile> asList()
get
@Nullable
public OutputFile get(@NotNull
java.lang.String relativePath)
createText
public java.lang.String createText()
forPackage
public PackageCodegen forPackage(FqName fqName,
java.util.Collection<JetFile> files)
forClassImplementation
public ClassBuilder forClassImplementation(ClassDescriptor aClass,
com.intellij.psi.PsiFile sourceFile)
forLambdaInlining
public ClassBuilder forLambdaInlining(org.jetbrains.org.objectweb.asm.Type lambdaType,
com.intellij.psi.PsiFile sourceFile)
forPackagePart
@NotNull
public ClassBuilder forPackagePart(@NotNull
org.jetbrains.org.objectweb.asm.Type asmType,
@NotNull
com.intellij.psi.PsiFile sourceFile)
forTraitImplementation
@NotNull
public ClassBuilder forTraitImplementation(@NotNull
ClassDescriptor aClass,
@NotNull
GenerationState state,
@NotNull
com.intellij.psi.PsiFile file)
removeInlinedClasses
public void removeInlinedClasses(java.util.Set<java.lang.String> classNamesToRemove)