|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.analyzer.AnalyzeExhaust
public class AnalyzeExhaust
| Method Summary | |
|---|---|
static AnalyzeExhaust |
error(BindingContext bindingContext,
java.lang.Throwable error)
|
BindingContext |
getBindingContext()
|
BodiesResolveContext |
getBodiesResolveContext()
|
java.lang.Throwable |
getError()
|
ModuleDescriptor |
getModuleDescriptor()
|
boolean |
isError()
|
static AnalyzeExhaust |
success(BindingContext bindingContext,
BodiesResolveContext bodiesResolveContext,
ModuleDescriptor module)
|
static AnalyzeExhaust |
success(BindingContext bindingContext,
ModuleDescriptor module)
|
void |
throwIfError()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AnalyzeExhaust success(@NotNull
BindingContext bindingContext,
@NotNull
ModuleDescriptor module)
public static AnalyzeExhaust success(@NotNull
BindingContext bindingContext,
@Nullable
BodiesResolveContext bodiesResolveContext,
@NotNull
ModuleDescriptor module)
public static AnalyzeExhaust error(@NotNull
BindingContext bindingContext,
@NotNull
java.lang.Throwable error)
@Nullable public BodiesResolveContext getBodiesResolveContext()
@NotNull public BindingContext getBindingContext()
@NotNull public java.lang.Throwable getError()
public boolean isError()
public void throwIfError()
@NotNull public ModuleDescriptor getModuleDescriptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||