org.jetbrains.kotlin.resolve.scopes
Interface RedeclarationHandler
- All Known Implementing Classes:
- TraceBasedRedeclarationHandler
public interface RedeclarationHandler
DO_NOTHING
static final RedeclarationHandler DO_NOTHING
THROW_EXCEPTION
static final RedeclarationHandler THROW_EXCEPTION
handleRedeclaration
void handleRedeclaration(@NotNull
DeclarationDescriptor first,
@NotNull
DeclarationDescriptor second)
handleConflictingOverloads
void handleConflictingOverloads(@NotNull
CallableMemberDescriptor first,
@NotNull
CallableMemberDescriptor second)