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

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

public class JavaArrayTypeImpl
extends JavaTypeImpl<com.intellij.psi.PsiArrayType>


Constructor Summary
JavaArrayTypeImpl(com.intellij.psi.PsiArrayType psiArrayType)
           
 
Method Summary
 JavaTypeImpl<?> getComponentType()
           
 
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

JavaArrayTypeImpl

public JavaArrayTypeImpl(@NotNull
                         com.intellij.psi.PsiArrayType psiArrayType)
Method Detail

getComponentType

@NotNull
public JavaTypeImpl<?> getComponentType()