|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SignaturePropagator
Nested Class Summary | |
---|---|
static class |
SignaturePropagator.PropagatedSignature
|
Field Summary | |
---|---|
static SignaturePropagator |
DO_NOTHING
|
Method Summary | |
---|---|
void |
reportSignatureErrors(CallableMemberDescriptor descriptor,
java.util.List<java.lang.String> signatureErrors)
|
SignaturePropagator.PropagatedSignature |
resolvePropagatedSignature(JavaMethod method,
ClassDescriptor owner,
KotlinType returnType,
KotlinType receiverType,
java.util.List<ValueParameterDescriptor> valueParameters,
java.util.List<TypeParameterDescriptor> typeParameters)
|
Field Detail |
---|
static final SignaturePropagator DO_NOTHING
Method Detail |
---|
@NotNull SignaturePropagator.PropagatedSignature resolvePropagatedSignature(@NotNull JavaMethod method, @NotNull ClassDescriptor owner, @NotNull KotlinType returnType, @Nullable KotlinType receiverType, @NotNull java.util.List<ValueParameterDescriptor> valueParameters, @NotNull java.util.List<TypeParameterDescriptor> typeParameters)
void reportSignatureErrors(@NotNull CallableMemberDescriptor descriptor, @NotNull java.util.List<java.lang.String> signatureErrors)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |