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

All Superinterfaces:
JavaType
All Known Implementing Classes:
JavaPrimitiveTypeImpl

public interface JavaPrimitiveType
extends JavaType


Method Summary
 PrimitiveType getType()
          null means the void type.
 
Methods inherited from interface org.jetbrains.kotlin.load.java.structure.JavaType
createArrayType
 

Method Detail

getType

@Nullable
PrimitiveType getType()
null means the void type.