public interface TypeConstructor extends Annotated
| Modifier and Type | Method and Description |
|---|---|
ClassifierDescriptor |
getDeclarationDescriptor() |
java.util.List<TypeParameterDescriptor> |
getParameters() |
java.util.Collection<JetType> |
getSupertypes() |
boolean |
isSealed() |
getAnnotations@NotNull java.util.List<TypeParameterDescriptor> getParameters()
@NotNull java.util.Collection<JetType> getSupertypes()
boolean isSealed()
@Nullable ClassifierDescriptor getDeclarationDescriptor()