org.jetbrains.kotlin.load.java.structure.impl
Class JavaClassifierTypeImpl

java.lang.Object
  extended by org.jetbrains.kotlin.load.java.structure.impl.JavaTypeImpl<com.intellij.psi.PsiClassType>
      extended by org.jetbrains.kotlin.load.java.structure.impl.JavaClassifierTypeImpl
All Implemented Interfaces:
JavaAnnotationOwnerImpl

public class JavaClassifierTypeImpl
extends JavaTypeImpl<com.intellij.psi.PsiClassType>


Constructor Summary
JavaClassifierTypeImpl(com.intellij.psi.PsiClassType psiClassType)
           
 
Method Summary
 java.lang.String getCanonicalText()
           
 JavaClassifierImpl<?> getClassifier()
           
 java.lang.String getPresentableText()
           
 com.intellij.psi.PsiSubstitutor getSubstitutor()
           
 java.util.List<JavaType> getTypeArguments()
           
 boolean isRaw()
           
 
Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaTypeImpl
create, equals, findAnnotation, getAnnotationOwnerPsi, getAnnotations, getPsi, hashCode, isDeprecatedInJavaDoc, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaClassifierTypeImpl

public JavaClassifierTypeImpl(@NotNull
                              com.intellij.psi.PsiClassType psiClassType)
Method Detail

getClassifier

@Nullable
public JavaClassifierImpl<?> getClassifier()

getSubstitutor

@NotNull
public com.intellij.psi.PsiSubstitutor getSubstitutor()

getCanonicalText

@NotNull
public java.lang.String getCanonicalText()

getPresentableText

@NotNull
public java.lang.String getPresentableText()

isRaw

public boolean isRaw()

getTypeArguments

@NotNull
public java.util.List<JavaType> getTypeArguments()