|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.jvm.kotlinSignature.SignaturesPropagationData
public class SignaturesPropagationData
| Constructor Summary | |
|---|---|
SignaturesPropagationData(ClassDescriptor containingClass,
JetType autoReturnType,
JetType receiverType,
java.util.List<ValueParameterDescriptor> autoValueParameters,
java.util.List<TypeParameterDescriptor> autoTypeParameters,
JavaMethod method)
|
|
| Method Summary | |
|---|---|
boolean |
getModifiedHasStableParameterNames()
|
JetType |
getModifiedReceiverType()
|
JetType |
getModifiedReturnType()
|
java.util.List<TypeParameterDescriptor> |
getModifiedTypeParameters()
|
java.util.List<ValueParameterDescriptor> |
getModifiedValueParameters()
|
java.util.List<java.lang.String> |
getSignatureErrors()
|
java.util.List<FunctionDescriptor> |
getSuperFunctions()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignaturesPropagationData(@NotNull
ClassDescriptor containingClass,
@NotNull
JetType autoReturnType,
@Nullable
JetType receiverType,
@NotNull
java.util.List<ValueParameterDescriptor> autoValueParameters,
@NotNull
java.util.List<TypeParameterDescriptor> autoTypeParameters,
@NotNull
JavaMethod method)
| Method Detail |
|---|
public java.util.List<TypeParameterDescriptor> getModifiedTypeParameters()
public JetType getModifiedReceiverType()
public java.util.List<ValueParameterDescriptor> getModifiedValueParameters()
public boolean getModifiedHasStableParameterNames()
public JetType getModifiedReturnType()
public java.util.List<java.lang.String> getSignatureErrors()
public java.util.List<FunctionDescriptor> getSuperFunctions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||