org.jetbrains.jet.analyzer
Class AnalyzeExhaust
java.lang.Object
org.jetbrains.jet.analyzer.AnalyzeExhaust
public class AnalyzeExhaust
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final AnalyzeExhaust EMPTY
success
public static AnalyzeExhaust success(@NotNull
BindingContext bindingContext,
@NotNull
ModuleDescriptor module)
success
public static AnalyzeExhaust success(@NotNull
BindingContext bindingContext,
@Nullable
BodiesResolveContext bodiesResolveContext,
@NotNull
ModuleDescriptor module)
error
public static AnalyzeExhaust error(@NotNull
BindingContext bindingContext,
@NotNull
java.lang.Throwable error)
getBodiesResolveContext
@Nullable
public BodiesResolveContext getBodiesResolveContext()
getBindingContext
@NotNull
public BindingContext getBindingContext()
getError
@NotNull
public java.lang.Throwable getError()
isError
public boolean isError()
throwIfError
public void throwIfError()
getModuleDescriptor
@NotNull
public ModuleDescriptor getModuleDescriptor()