public class NamespaceType extends java.lang.Object implements JetType
| Constructor and Description |
|---|
NamespaceType(Name name,
JetScope memberScope) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AnnotationDescriptor> |
getAnnotations() |
java.util.List<TypeProjection> |
getArguments() |
TypeConstructor |
getConstructor() |
JetScope |
getMemberScope() |
boolean |
isNullable() |
public NamespaceType(@NotNull Name name, @NotNull JetScope memberScope)
@NotNull public JetScope getMemberScope()
getMemberScope in interface JetType@NotNull public TypeConstructor getConstructor()
getConstructor in interface JetType@NotNull public java.util.List<TypeProjection> getArguments()
getArguments in interface JetTypepublic boolean isNullable()
isNullable in interface JetTypepublic java.util.List<AnnotationDescriptor> getAnnotations()
getAnnotations in interface Annotated