|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.codegen.binding.BindingContextAware
org.jetbrains.jet.codegen.binding.BindingTraceAware
org.jetbrains.jet.codegen.state.TypeMapperAware
org.jetbrains.jet.codegen.state.GenerationStateAware
org.jetbrains.jet.codegen.ClassFileFactory
public final class ClassFileFactory
Field Summary |
---|
Fields inherited from class org.jetbrains.jet.codegen.state.GenerationStateAware |
---|
state |
Fields inherited from class org.jetbrains.jet.codegen.state.TypeMapperAware |
---|
typeMapper |
Fields inherited from class org.jetbrains.jet.codegen.binding.BindingTraceAware |
---|
bindingTrace |
Fields inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware |
---|
bindingContext |
Constructor Summary | |
---|---|
ClassFileFactory(GenerationState state)
|
Method Summary | |
---|---|
java.util.List<OutputFile> |
asList()
|
java.lang.String |
createText()
|
ClassBuilder |
forClassImplementation(ClassDescriptor aClass,
com.intellij.psi.PsiFile sourceFile)
|
ClassBuilder |
forLambdaInlining(org.jetbrains.asm4.Type lambaType,
com.intellij.psi.PsiFile sourceFile)
|
PackageCodegen |
forPackage(FqName fqName,
java.util.Collection<JetFile> files)
|
ClassBuilder |
forPackagePart(org.jetbrains.asm4.Type asmType,
com.intellij.psi.PsiFile sourceFile)
|
ClassBuilder |
forTraitImplementation(ClassDescriptor aClass,
GenerationState state,
com.intellij.psi.PsiFile file)
|
OutputFile |
get(java.lang.String relativePath)
|
void |
setBuilderFactory(ClassBuilderFactory builderFactory)
|
Methods inherited from class org.jetbrains.jet.codegen.state.GenerationStateAware |
---|
getState |
Methods inherited from class org.jetbrains.jet.codegen.state.TypeMapperAware |
---|
getTypeMapper |
Methods inherited from class org.jetbrains.jet.codegen.binding.BindingTraceAware |
---|
getBindingTrace |
Methods inherited from class org.jetbrains.jet.codegen.binding.BindingContextAware |
---|
getBindingContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassFileFactory(@NotNull GenerationState state)
Method Detail |
---|
@Inject public void setBuilderFactory(@NotNull ClassBuilderFactory builderFactory)
public java.util.List<OutputFile> asList()
@Nullable public OutputFile get(@NotNull java.lang.String relativePath)
public java.lang.String createText()
public PackageCodegen forPackage(FqName fqName, java.util.Collection<JetFile> files)
public ClassBuilder forClassImplementation(ClassDescriptor aClass, com.intellij.psi.PsiFile sourceFile)
public ClassBuilder forLambdaInlining(org.jetbrains.asm4.Type lambaType, com.intellij.psi.PsiFile sourceFile)
@NotNull public ClassBuilder forPackagePart(@NotNull org.jetbrains.asm4.Type asmType, @NotNull com.intellij.psi.PsiFile sourceFile)
@NotNull public ClassBuilder forTraitImplementation(@NotNull ClassDescriptor aClass, @NotNull GenerationState state, @NotNull com.intellij.psi.PsiFile file)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |