Lines Matching refs:tail

229             for (List<VarSymbol> l = fvs; l.nonEmpty(); l = l.tail)
240 for (List<VarSymbol> l = fvs; l.nonEmpty(); l = l.tail) {
705 for (List<ClassSymbol> l = accessConstrTags; l.nonEmpty(); l = l.tail) {
928 argtypes = operator.type.getParameterTypes().tail;
1246 args = make.Idents(md.params.tail);
1278 for (List<JCVariableDecl> l = md.params; l.nonEmpty(); l = l.tail)
1281 for (List<JCExpression> l = md.thrown; l.nonEmpty(); l = l.tail)
1305 make.Idents(md.params.reverse().tail.reverse())))));
1352 for (List<VarSymbol> l = freevars; l.nonEmpty(); l = l.tail) {
1405 for (List<VarSymbol> l = freevars; l.nonEmpty(); l = l.tail)
1532 JCTry outerTry = make.Try(makeTwrBlock(resources.tail, block, depth + 1),
1599 ots = ots.tail;
1657 ots = ots.tail;
1695 VarSymbol lhs = outerThisStack.tail.head;
2199 for (List<T> l = trees; l.nonEmpty(); l = l.tail)
2288 for (List<JCTree> l = unseen; l.nonEmpty() && l != seen; l = l.tail) {
2305 for (List<JCVariableDecl> l = fvdefs; l.nonEmpty(); l = l.tail) {
2347 defs=defs.tail) {
2595 for (List<VarSymbol> l = fvs; l.nonEmpty(); l = l.tail) {
2619 List<JCStatement> stats = translate(tree.body.stats.tail);
2780 argtypes = argtypes.tail.tail;
2805 params = params.tail; // drop this$n
2807 .prepend(make_at(tree.pos()).Ident(params.tail.head.sym)) // ordinal
2855 while (parameters.tail.nonEmpty()) {
2859 args = args.tail;
2860 parameters = parameters.tail;
2869 args = args.tail;
3016 tree.rhs = translate(tree.rhs, tree.operator.type.getParameterTypes().tail.head);
3115 result = translate(tree.rhs, formals.tail.head);
3125 result = translate(tree.rhs, formals.tail.head);
3130 tree.rhs = translate(tree.rhs, formals.tail.head);
3584 for (List<JCExpression> t = tree.dims; t.tail != null; t = t.tail)
3659 for (List<Symbol> l = accessed.toList(); l.nonEmpty(); l = l.tail)