org.jetbrains.kotlin.load.java.structure
Interface JavaArrayType

All Superinterfaces:
JavaType
All Known Implementing Classes:
JavaArrayTypeImpl

public interface JavaArrayType
extends JavaType


Method Summary
 JavaType getComponentType()
           
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaType
createArrayType
 

Method Detail

getComponentType

@NotNull
JavaType getComponentType()