|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.TraceBasedRedeclarationHandler
public class TraceBasedRedeclarationHandler
Field Summary |
---|
Fields inherited from interface org.jetbrains.kotlin.resolve.scopes.RedeclarationHandler |
---|
DO_NOTHING, THROW_EXCEPTION |
Constructor Summary | |
---|---|
TraceBasedRedeclarationHandler(BindingTrace trace)
|
Method Summary | |
---|---|
void |
handleConflictingOverloads(CallableMemberDescriptor first,
CallableMemberDescriptor second)
|
void |
handleRedeclaration(DeclarationDescriptor first,
DeclarationDescriptor second)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TraceBasedRedeclarationHandler(@NotNull BindingTrace trace)
Method Detail |
---|
public void handleRedeclaration(@NotNull DeclarationDescriptor first, @NotNull DeclarationDescriptor second)
handleRedeclaration
in interface RedeclarationHandler
public void handleConflictingOverloads(@NotNull CallableMemberDescriptor first, @NotNull CallableMemberDescriptor second)
handleConflictingOverloads
in interface RedeclarationHandler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |