org.jetbrains.kotlin.codegen
Class ClassFileFactory
java.lang.Object
org.jetbrains.kotlin.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)
newVisitor
@NotNull
public ClassBuilder newVisitor(@NotNull
JvmDeclarationOrigin origin,
@NotNull
org.jetbrains.org.objectweb.asm.Type asmType,
@NotNull
com.intellij.psi.PsiFile sourceFile)
newVisitor
@NotNull
public ClassBuilder newVisitor(@NotNull
JvmDeclarationOrigin origin,
@NotNull
org.jetbrains.org.objectweb.asm.Type asmType,
@NotNull
java.util.Collection<? extends com.intellij.psi.PsiFile> sourceFiles)
asList
@NotNull
public java.util.List<OutputFile> asList()
get
@Nullable
public OutputFile get(@NotNull
java.lang.String relativePath)
createText
@NotNull
@TestOnly
public java.lang.String createText()
createTextForEachFile
@NotNull
@TestOnly
public java.util.Map<java.lang.String,java.lang.String> createTextForEachFile()
forPackage
@NotNull
public PackageCodegen forPackage(@NotNull
FqName fqName,
@NotNull
java.util.Collection<JetFile> files)
forMultifileClass
@NotNull
public MultifileClassCodegen forMultifileClass(@NotNull
FqName facadeFqName,
@NotNull
java.util.Collection<JetFile> files)
removeInlinedClasses
public void removeInlinedClasses(java.util.Set<java.lang.String> classNamesToRemove)
getInputFiles
@TestOnly
public java.util.List<JetFile> getInputFiles()