Lines Matching refs:at

53  *  If you write code that depends on this, you do so at your own risk.
418 make.at(pos.getStartPosition());
470 /** Equivalent to make.at(pos.getStartPosition()) with side effect of caching
475 return make.at(pos);
612 * obtained by appending '$' chars at the end of the name until no match
978 ? access(make.at(pos.getStartPosition()).QualIdent(sym.owner))
1053 make.at(tree.pos);
1059 tree = make.at(tree.pos).Ident(sym);
1078 tree = make.at(tree.pos).Ident(sym);
1106 make.at(tree.pos);
1137 return make.at(tree.pos).Select(
1232 make.at(pos);
1293 make.at(pos);
1357 JCVariableDecl vd = make.at(pos).VarDef(proxy, null);
1393 JCVariableDecl vd = make.at(pos).VarDef(outerThis, null);
1411 return access(v, make.at(pos).Ident(v), null, false);
1421 return make.at(pos).This(c.erasure(types));
1529 make.at(TreeInfo.endPos(block));
1531 make.at(oldPos);
1595 JCExpression tree = access(make.at(pos).Ident(ot));
1614 tree = access(make.at(pos).Select(tree, ot));
1634 return make.at(pos).This(c.erasure(types));
1653 JCExpression tree = access(make.at(pos).Ident(ot));
1667 tree = access(make.at(pos).Select(tree, ot));
1682 make.at(pos);
1697 make.at(pos);
3402 return make.at(tree.pos()).Exec(attr.makeNullCheck(tree.getExpression()));
3414 * positional integer constants starting at 0.
3435 * since at least JDK 1.2. Since the algorithm has been
3505 stmtList.append(make.at(tree.pos()).VarDef(dollar_s, tree.getExpression()).setType(dollar_s.type));
3632 * @param env The attribution environment current at the class definition.