Uses of Class
kilim.analysis.IncompatibleTypesException
Packages that use IncompatibleTypesException
-
Uses of IncompatibleTypesException in kilim.analysis
Methods in kilim.analysis that throw IncompatibleTypesExceptionModifier and TypeMethodDescriptionstatic StringGiven two type descriptors, it returns an appropriate merge: 1) If they are Array types, the result is a an array of the merged component types 2) If they are ref types, it returns the least common super type.