org.jetbrains.kotlin.codegen.context
Interface DelegatingFacadeContext

All Known Implementing Classes:
MultifileClassFacadeContext, PackageFacadeContext

public interface DelegatingFacadeContext


Method Summary
 org.jetbrains.org.objectweb.asm.Type getDelegateToClassType()
           
 

Method Detail

getDelegateToClassType

@Nullable
org.jetbrains.org.objectweb.asm.Type getDelegateToClassType()