|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.resolve.jvm.kotlinSignature.ElementAlternativeSignatureData
org.jetbrains.kotlin.resolve.jvm.kotlinSignature.AlternativeMethodSignatureData
public class AlternativeMethodSignatureData
Constructor Summary | |
---|---|
AlternativeMethodSignatureData(JavaMember methodOrConstructor,
KotlinType receiverType,
com.intellij.openapi.project.Project project,
java.util.List<ValueParameterDescriptor> valueParameters,
KotlinType originalReturnType,
java.util.List<TypeParameterDescriptor> methodTypeParameters,
boolean hasSuperMethods)
|
Method Summary | |
---|---|
KotlinType |
getReturnType()
|
java.util.List<TypeParameterDescriptor> |
getTypeParameters()
|
java.util.List<ValueParameterDescriptor> |
getValueParameters()
|
static java.util.List<ValueParameterDescriptor> |
updateNames(java.util.List<ValueParameterDescriptor> originalValueParameters,
java.util.List<ValueParameterDescriptor> altValueParameters)
|
Methods inherited from class org.jetbrains.kotlin.resolve.jvm.kotlinSignature.ElementAlternativeSignatureData |
---|
checkForErrors, checkForSyntaxErrors, computeReturnType, getError, hasErrors, isAnnotated, setAnnotated, setError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlternativeMethodSignatureData(@NotNull JavaMember methodOrConstructor, @Nullable KotlinType receiverType, @NotNull com.intellij.openapi.project.Project project, @NotNull java.util.List<ValueParameterDescriptor> valueParameters, @Nullable KotlinType originalReturnType, @NotNull java.util.List<TypeParameterDescriptor> methodTypeParameters, boolean hasSuperMethods)
Method Detail |
---|
public static java.util.List<ValueParameterDescriptor> updateNames(java.util.List<ValueParameterDescriptor> originalValueParameters, java.util.List<ValueParameterDescriptor> altValueParameters)
@NotNull public java.util.List<ValueParameterDescriptor> getValueParameters()
@Nullable public KotlinType getReturnType()
@NotNull public java.util.List<TypeParameterDescriptor> getTypeParameters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |