org.jetbrains.jet.asJava
Class LightClassConstructionContext

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

public class LightClassConstructionContext
extends java.lang.Object


Constructor Summary
LightClassConstructionContext(BindingContext bindingContext, java.lang.Throwable error)
           
 
Method Summary
 BindingContext getBindingContext()
           
 java.lang.Throwable getError()
           
 
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,
                                     @Nullable
                                     java.lang.Throwable error)
Method Detail

getBindingContext

@NotNull
public BindingContext getBindingContext()

getError

@Nullable
public java.lang.Throwable getError()