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, JavaAnnotationOwner, JavaArrayType, JavaElement, JavaType

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


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

JavaArrayTypeImpl

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

getComponentType

@NotNull
public JavaType getComponentType()
Specified by:
getComponentType in interface JavaArrayType