org.jetbrains.jet.lang.resolve.java.structure
Interface JavaPrimitiveType

All Superinterfaces:
JavaType
All Known Implementing Classes:
JavaPrimitiveTypeImpl

public interface JavaPrimitiveType
extends JavaType


Method Summary
 java.lang.String getCanonicalText()
           
 
Methods inherited from interface org.jetbrains.jet.lang.resolve.java.structure.JavaType
createArrayType
 

Method Detail

getCanonicalText

@NotNull
java.lang.String getCanonicalText()