Uses of Class
kilim.analysis.IncompatibleTypesException
-
Packages that use IncompatibleTypesException Package Description kilim.analysis -
-
Uses of IncompatibleTypesException in kilim.analysis
Methods in kilim.analysis that throw IncompatibleTypesException Modifier and Type Method Description static java.lang.StringTypeDesc. mergeType(Detector det, java.lang.String a, java.lang.String b)Given 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.
-