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

java.lang.Object
  extended by org.jetbrains.kotlin.load.java.structure.impl.JavaTypeImpl<com.intellij.psi.PsiPrimitiveType>
      extended by org.jetbrains.kotlin.load.java.structure.impl.JavaPrimitiveTypeImpl
All Implemented Interfaces:
JavaAnnotationOwnerImpl, JavaAnnotationOwner, JavaElement, JavaPrimitiveType, JavaType

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


Constructor Summary
JavaPrimitiveTypeImpl(com.intellij.psi.PsiPrimitiveType psiPrimitiveType)
           
 
Method Summary
 PrimitiveType getType()
          null means the void type.
 
Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaTypeImpl
create, createArrayType, equals, findAnnotation, getAnnotationOwnerPsi, getAnnotations, getPsi, hashCode, isDeprecatedInJavaDoc, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaType
createArrayType
 

Constructor Detail

JavaPrimitiveTypeImpl

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

getType

@Nullable
public PrimitiveType getType()
Description copied from interface: JavaPrimitiveType
null means the void type.

Specified by:
getType in interface JavaPrimitiveType