org.jetbrains.kotlin.asJava
Class LightClassConstructionContext

java.lang.Object
  extended by org.jetbrains.kotlin.asJava.LightClassConstructionContext

public class LightClassConstructionContext
extends java.lang.Object


Constructor Summary
LightClassConstructionContext(BindingContext bindingContext, ModuleDescriptor module)
           
 
Method Summary
 BindingContext getBindingContext()
           
 ModuleDescriptor getModule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LightClassConstructionContext

public LightClassConstructionContext(@NotNull
                                     BindingContext bindingContext,
                                     @NotNull
                                     ModuleDescriptor module)
Method Detail

getBindingContext

@NotNull
public BindingContext getBindingContext()

getModule

@NotNull
public ModuleDescriptor getModule()