Searched refs:isSubwordOrInt (Results 1 – 2 of 2) sorted by relevance
184 if (w.isSubwordOrInt() && pt != int.class) { in MethodTypeForm()198 if (w.isSubwordOrInt() && rt != int.class) in MethodTypeForm()
122 public boolean isSubwordOrInt() { return isIntegral() && isSingleWord(); } in isSubwordOrInt() method in Wrapper