Lines Matching refs:nonEmpty

576             while (args.nonEmpty()) {
631 for (List<Type> l = types; l.nonEmpty(); l = l.tail) {
694 tree.typeargs.nonEmpty()) {
780 while (args.nonEmpty() && forms.nonEmpty()) {
794 while (args.nonEmpty() && tvars_cap.nonEmpty()) {
804 while (args.nonEmpty() && bounds.nonEmpty()) {
1044 for (List<? extends JCTree> l = trees; l.nonEmpty(); l = l.tail)
1086 while (args.nonEmpty() && forms.nonEmpty()) {
1122 if (tree.selected.type.isParameterized() && tree.type.tsym.type.getTypeArguments().nonEmpty())
1160 for (List<? extends JCTree> l = trees; l.nonEmpty(); l = l.tail)
1187 for (List<Type> l = ts; l.nonEmpty(); l = l.tail)
1196 for (List<Type> l = ts; l.nonEmpty(); l = l.tail)
1225 for (List<Type> l = ts2; l.nonEmpty(); l = l.tail)
1234 for (List<Type> l = ts2; l.nonEmpty(); l = l.tail)
1243 for (List<Type> l = ts1; l.nonEmpty(); l = l.tail)
1245 for (List<Type> l = ts2; l.nonEmpty(); l = l.tail)
1291 for (List<Type> l = thrown; l.nonEmpty(); l = l.tail)
1464 if (unhandledErased.nonEmpty()) {
1471 else if (unhandledUnerased.nonEmpty()) {
1822 undef == null && l.nonEmpty();
1910 if (supertypes.nonEmpty()) {
1989 for (List<Type> l=clazz.interfaces_field; l.nonEmpty(); l=l.tail)
2012 for (List<Type> l=types.interfaces(c.type); l.nonEmpty(); l=l.tail)
2034 for (List<Type> l = types.closure(ic.type); l.nonEmpty(); l = l.tail) {
2070 for (List<Type> l = supertypes; l.nonEmpty(); l = l.tail) {
2212 for (List<Type> l = types.interfaces(type); l.nonEmpty(); l = l.tail) {
2426 if (missingDefaults.nonEmpty()) {
2559 for (List<JCTree> l = tree.defs; l.nonEmpty(); l = l.tail) {