|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.types.AbstractJetType
org.jetbrains.jet.lang.types.JetTypeImpl
public final class JetTypeImpl
| Constructor Summary | |
|---|---|
JetTypeImpl(Annotations annotations,
TypeConstructor constructor,
boolean nullable,
java.util.List<? extends TypeProjection> arguments,
JetScope memberScope)
|
|
| Method Summary | |
|---|---|
Annotations |
getAnnotations()
|
java.util.List<TypeProjection> |
getArguments()
|
TypeConstructor |
getConstructor()
|
JetScope |
getMemberScope()
|
boolean |
isError()
|
boolean |
isNullable()
|
| Methods inherited from class org.jetbrains.jet.lang.types.AbstractJetType |
|---|
equals, getCapability, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JetTypeImpl(@NotNull
Annotations annotations,
@NotNull
TypeConstructor constructor,
boolean nullable,
@NotNull
java.util.List<? extends TypeProjection> arguments,
@NotNull
JetScope memberScope)
| Method Detail |
|---|
@NotNull public Annotations getAnnotations()
@NotNull public TypeConstructor getConstructor()
@NotNull public java.util.List<TypeProjection> getArguments()
public boolean isNullable()
@NotNull public JetScope getMemberScope()
public boolean isError()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||