|
|||||||||
| 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 | |
|---|---|
Annotations |
getAnnotations()
|
ClassifierDescriptor |
getDeclarationDescriptor()
|
java.util.List<TypeParameterDescriptor> |
getParameters()
|
java.util.Collection<JetType> |
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()
getParameters in interface TypeConstructor@NotNull public java.util.Collection<JetType> 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 Annotations getAnnotations()
getAnnotations in interface Annotated
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||