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