|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TypeConstructor
| 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()
|
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. |
| Method Detail |
|---|
@NotNull @ReadOnly java.util.List<TypeParameterDescriptor> getParameters()
@NotNull @ReadOnly java.util.Collection<KotlinType> getSupertypes()
boolean isFinal()
boolean isDenotable()
@Nullable ClassifierDescriptor getDeclarationDescriptor()
@NotNull KotlinBuiltIns getBuiltIns()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||