org.jetbrains.kotlin.types
Class TypeUtils.SpecialType
java.lang.Object
org.jetbrains.kotlin.types.TypeUtils.SpecialType
- All Implemented Interfaces:
- Annotated, KotlinType
- Enclosing class:
- TypeUtils
public static class TypeUtils.SpecialType
- extends java.lang.Object
- implements KotlinType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TypeUtils.SpecialType
public TypeUtils.SpecialType(java.lang.String name)
getConstructor
@NotNull
public TypeConstructor getConstructor()
- Specified by:
getConstructor in interface KotlinType
getArguments
@NotNull
public java.util.List<TypeProjection> getArguments()
- Specified by:
getArguments in interface KotlinType
getSubstitution
@NotNull
public TypeSubstitution getSubstitution()
- Specified by:
getSubstitution in interface KotlinType
isMarkedNullable
public boolean isMarkedNullable()
- Specified by:
isMarkedNullable in interface KotlinType
getMemberScope
@NotNull
public MemberScope getMemberScope()
- Specified by:
getMemberScope in interface KotlinType
isError
public boolean isError()
- Specified by:
isError in interface KotlinType
getAnnotations
@NotNull
public Annotations getAnnotations()
- Specified by:
getAnnotations in interface Annotated
getCapability
@Nullable
public <T extends TypeCapability> T getCapability(@NotNull
java.lang.Class<T> capabilityClass)
- Specified by:
getCapability in interface KotlinType
getCapabilities
@NotNull
public TypeCapabilities getCapabilities()
- Specified by:
getCapabilities in interface KotlinType
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object