Searched refs:anyPoly (Results 1 - 3 of 3) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java53 public static final Type anyPoly = new Type(NONE, null); field in class:Infer
H A DAttr.java505 l.head.pos(), types.upperBound(attribTree(l.head, env, VAL, Infer.anyPoly))));
2119 Type exprtype = attribExpr(tree.expr, localEnv, Infer.anyPoly);
2247 Type site = attribTree(tree.selected, env, skind, Infer.anyPoly);
H A DCheck.java456 * prototype is `anyPoly' in which case polymorphic type
460 if (pt == Infer.anyPoly && complexInference) {
462 } else if (pt == Infer.anyPoly || pt.tag == NONE) {

Completed in 727 milliseconds