org.jetbrains.jet.lang.resolve.java
Class TypeSource

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.TypeSource

public class TypeSource
extends java.lang.Object


Constructor Summary
TypeSource(java.lang.String typeString, com.intellij.psi.PsiType psiType, com.intellij.psi.PsiModifierListOwner psiNotNullOwner)
           
 
Method Summary
 com.intellij.psi.PsiModifierListOwner getPsiNotNullOwner()
           
 com.intellij.psi.PsiType getPsiType()
           
 java.lang.String getTypeString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeSource

public TypeSource(@NotNull
                  java.lang.String typeString,
                  @NotNull
                  com.intellij.psi.PsiType psiType,
                  @NotNull
                  com.intellij.psi.PsiModifierListOwner psiNotNullOwner)
Method Detail

getTypeString

@NotNull
public java.lang.String getTypeString()

getPsiType

@NotNull
public com.intellij.psi.PsiType getPsiType()

getPsiNotNullOwner

@NotNull
public com.intellij.psi.PsiModifierListOwner getPsiNotNullOwner()