org.jetbrains.jet.lang.types
Class JetTypeImpl
java.lang.Object
org.jetbrains.jet.lang.types.AbstractJetType
org.jetbrains.jet.lang.types.JetTypeImpl
- All Implemented Interfaces:
- Annotated, JetType
public final class JetTypeImpl
- extends AbstractJetType
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JetTypeImpl
public JetTypeImpl(@NotNull
Annotations annotations,
@NotNull
TypeConstructor constructor,
boolean nullable,
@NotNull
java.util.List<? extends TypeProjection> arguments,
@NotNull
JetScope memberScope)
getAnnotations
@NotNull
public Annotations getAnnotations()
getConstructor
@NotNull
public TypeConstructor getConstructor()
getArguments
@NotNull
public java.util.List<TypeProjection> getArguments()
isNullable
public boolean isNullable()
getMemberScope
@NotNull
public JetScope getMemberScope()
isError
public boolean isError()