|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TypeConstructor
| Method Summary | |
|---|---|
ClassifierDescriptor |
getDeclarationDescriptor()
|
java.util.List<TypeParameterDescriptor> |
getParameters()
|
java.util.Collection<JetType> |
getSupertypes()
|
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 interface org.jetbrains.kotlin.descriptors.annotations.Annotated |
|---|
getAnnotations |
| Method Detail |
|---|
@NotNull @ReadOnly java.util.List<TypeParameterDescriptor> getParameters()
@NotNull @ReadOnly java.util.Collection<JetType> getSupertypes()
boolean isFinal()
boolean isDenotable()
@Nullable ClassifierDescriptor getDeclarationDescriptor()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||