Searched refs:anyPoly (Results 1 - 3 of 3) sorted by relevance
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/ |
H A D | Infer.java | 53 public static final Type anyPoly = new Type(NONE, null); field in class:Infer
|
H A D | Attr.java | 505 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 D | Check.java | 456 * 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 51 milliseconds