public interface RedeclarationHandler
| Modifier and Type | Field and Description |
|---|---|
static RedeclarationHandler |
DO_NOTHING |
static RedeclarationHandler |
THROW_EXCEPTION |
| Modifier and Type | Method and Description |
|---|---|
void |
handleRedeclaration(DeclarationDescriptor first,
DeclarationDescriptor second) |
static final RedeclarationHandler DO_NOTHING
static final RedeclarationHandler THROW_EXCEPTION
void handleRedeclaration(@NotNull DeclarationDescriptor first, @NotNull DeclarationDescriptor second)