org.jetbrains.kotlin.codegen.context
Class MultifileClassFacadeContext

java.lang.Object
  extended by org.jetbrains.kotlin.codegen.context.CodegenContext<T>
      extended by org.jetbrains.kotlin.codegen.context.FieldOwnerContext<PackageFragmentDescriptor>
          extended by org.jetbrains.kotlin.codegen.context.MultifileClassContextBase
              extended by org.jetbrains.kotlin.codegen.context.MultifileClassFacadeContext

public class MultifileClassFacadeContext
extends MultifileClassContextBase


Field Summary
 
Fields inherited from class org.jetbrains.kotlin.codegen.context.CodegenContext
closure
 
Constructor Summary
MultifileClassFacadeContext(PackageFragmentDescriptor descriptor, CodegenContext parent, org.jetbrains.org.objectweb.asm.Type multifileClassType, org.jetbrains.org.objectweb.asm.Type filePartType)
           
 
Method Summary
 
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 org.jetbrains.kotlin.codegen.context.CodegenContext
accessibleDescriptor, computeOuterExpression, findChildContext, findParentContextWithDescriptor, getAccessor, getAccessorForSuperCallIfNeeded, getAccessors, getCallableDescriptorWithReceiver, getClassOrPackageParentContext, getContextDescriptor, getContextKind, getEnclosingClass, getFirstCrossInlineOrNonInlineContext, getOuterExpression, getParentContext, getState, getThisDescriptor, hasThisDescriptor, intoAnonymousClass, intoClass, intoClosure, intoConstructor, intoDefaultImplsClass, intoFunction, intoInlinedLambda, intoMultifileClass, intoMultifileClassPart, intoPackagePart, intoScript, isInlineMethodContext, lookupInContext, shouldAddChild
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultifileClassFacadeContext

public MultifileClassFacadeContext(PackageFragmentDescriptor descriptor,
                                   CodegenContext parent,
                                   org.jetbrains.org.objectweb.asm.Type multifileClassType,
                                   org.jetbrains.org.objectweb.asm.Type filePartType)