public class AnalyzeExhaust extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
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() |
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()