Esempio n. 1
0
 public boolean isJavaLangString(JType type) {
   return type == typeString || type == typeString.getNonNull();
 }