|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.types.ErrorUtils.UninferredParameterTypeConstructor
public static class ErrorUtils.UninferredParameterTypeConstructor
| Method Summary | |
|---|---|
KotlinBuiltIns |
getBuiltIns()
|
ClassifierDescriptor |
getDeclarationDescriptor()
|
java.util.List<TypeParameterDescriptor> |
getParameters()
It may differ from ClassDescriptor.declaredParameters if the class is inner, in such case it also contains additional parameters from outer declarations. |
java.util.Collection<KotlinType> |
getSupertypes()
|
TypeParameterDescriptor |
getTypeParameterDescriptor()
|
boolean |
isDenotable()
If the type is non-denotable, it can't be written in code directly, it only can appear internally inside a type checker. |
boolean |
isFinal()
Cannot have subtypes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@NotNull public TypeParameterDescriptor getTypeParameterDescriptor()
@NotNull public java.util.List<TypeParameterDescriptor> getParameters()
TypeConstructor
getParameters in interface TypeConstructor@NotNull public java.util.Collection<KotlinType> getSupertypes()
getSupertypes in interface TypeConstructorpublic boolean isFinal()
TypeConstructor
isFinal in interface TypeConstructorpublic boolean isDenotable()
TypeConstructor
isDenotable in interface TypeConstructor@Nullable public ClassifierDescriptor getDeclarationDescriptor()
getDeclarationDescriptor in interface TypeConstructor@NotNull public KotlinBuiltIns getBuiltIns()
getBuiltIns in interface TypeConstructor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||