|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.types.TypeProjectionBase
org.jetbrains.jet.lang.types.TypeProjectionImpl
public class TypeProjectionImpl
| Constructor Summary | |
|---|---|
TypeProjectionImpl(JetType type)
|
|
TypeProjectionImpl(Variance projection,
JetType type)
|
|
| Method Summary | |
|---|---|
Variance |
getProjectionKind()
|
JetType |
getType()
|
| Methods inherited from class org.jetbrains.jet.lang.types.TypeProjectionBase |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TypeProjectionImpl(@NotNull
Variance projection,
@NotNull
JetType type)
public TypeProjectionImpl(@NotNull
JetType type)
| Method Detail |
|---|
@NotNull public Variance getProjectionKind()
@NotNull public JetType getType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||