|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.load.java.components.ExternalSignatureResolver.MemberSignature
org.jetbrains.kotlin.load.java.components.ExternalSignatureResolver.AlternativeMethodSignature
org.jetbrains.kotlin.load.java.components.ExternalSignatureResolver.PropagatedMethodSignature
public static class ExternalSignatureResolver.PropagatedMethodSignature
| Constructor Summary | |
|---|---|
ExternalSignatureResolver.PropagatedMethodSignature(JetType returnType,
JetType receiverType,
java.util.List<ValueParameterDescriptor> valueParameters,
java.util.List<TypeParameterDescriptor> typeParameters,
java.util.List<java.lang.String> signatureErrors,
boolean hasStableParameterNames,
java.util.List<FunctionDescriptor> superMethods)
|
|
| Method Summary | |
|---|---|
java.util.List<FunctionDescriptor> |
getSuperMethods()
|
| Methods inherited from class org.jetbrains.kotlin.load.java.components.ExternalSignatureResolver.AlternativeMethodSignature |
|---|
getReceiverType, getReturnType, getTypeParameters, getValueParameters, hasStableParameterNames |
| Methods inherited from class org.jetbrains.kotlin.load.java.components.ExternalSignatureResolver.MemberSignature |
|---|
getErrors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExternalSignatureResolver.PropagatedMethodSignature(@Nullable
JetType returnType,
@Nullable
JetType receiverType,
@NotNull
java.util.List<ValueParameterDescriptor> valueParameters,
@NotNull
java.util.List<TypeParameterDescriptor> typeParameters,
@NotNull
java.util.List<java.lang.String> signatureErrors,
boolean hasStableParameterNames,
@NotNull
java.util.List<FunctionDescriptor> superMethods)
| Method Detail |
|---|
@NotNull public java.util.List<FunctionDescriptor> getSuperMethods()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||