|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.codegen.context.CodegenContext<T>
org.jetbrains.kotlin.codegen.context.FieldOwnerContext<PackageFragmentDescriptor>
org.jetbrains.kotlin.codegen.context.MultifileClassContextBase
org.jetbrains.kotlin.codegen.context.MultifileClassPartContext
public class MultifileClassPartContext
Field Summary |
---|
Fields inherited from class org.jetbrains.kotlin.codegen.context.CodegenContext |
---|
closure |
Constructor Summary | |
---|---|
MultifileClassPartContext(PackageFragmentDescriptor descriptor,
CodegenContext parent,
org.jetbrains.org.objectweb.asm.Type multifileClassType,
org.jetbrains.org.objectweb.asm.Type filePartType,
KtFile sourceFile)
|
Method Summary | |
---|---|
org.jetbrains.org.objectweb.asm.Type |
getImplementationOwnerClassType()
|
KtFile |
getSourceFile()
|
Methods inherited from class org.jetbrains.kotlin.codegen.context.MultifileClassContextBase |
---|
getFilePartType, getMultifileClassType |
Methods inherited from class org.jetbrains.kotlin.codegen.context.FieldOwnerContext |
---|
getFieldName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultifileClassPartContext(PackageFragmentDescriptor descriptor, CodegenContext parent, org.jetbrains.org.objectweb.asm.Type multifileClassType, org.jetbrains.org.objectweb.asm.Type filePartType, @NotNull KtFile sourceFile)
Method Detail |
---|
@Nullable public org.jetbrains.org.objectweb.asm.Type getImplementationOwnerClassType()
getImplementationOwnerClassType
in interface DelegatingToPartContext
@NotNull public KtFile getSourceFile()
getSourceFile
in interface FacadePartWithSourceFile
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |