org.jetbrains.jet.lang.resolve.java.structure.impl
Class JavaPrimitiveTypeImpl

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.structure.impl.JavaTypeImpl<com.intellij.psi.PsiPrimitiveType>
      extended by org.jetbrains.jet.lang.resolve.java.structure.impl.JavaPrimitiveTypeImpl
All Implemented Interfaces:
JavaPrimitiveType, JavaType

public class JavaPrimitiveTypeImpl
extends JavaTypeImpl<com.intellij.psi.PsiPrimitiveType>
implements JavaPrimitiveType


Constructor Summary
JavaPrimitiveTypeImpl(com.intellij.psi.PsiPrimitiveType psiPrimitiveType)
           
 
Method Summary
 java.lang.String getCanonicalText()
           
 
Methods inherited from class org.jetbrains.jet.lang.resolve.java.structure.impl.JavaTypeImpl
create, createArrayType, equals, getPsi, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jetbrains.jet.lang.resolve.java.structure.JavaType
createArrayType
 

Constructor Detail

JavaPrimitiveTypeImpl

public JavaPrimitiveTypeImpl(@NotNull
                             com.intellij.psi.PsiPrimitiveType psiPrimitiveType)
Method Detail

getCanonicalText

@NotNull
public java.lang.String getCanonicalText()
Specified by:
getCanonicalText in interface JavaPrimitiveType