Searched refs:withTypeVar (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java395 public Type withTypeVar(Type t) { return this; } method in class:Type
475 public Type withTypeVar(Type t) { method in class:Type.WildcardType
476 //-System.err.println(this+".withTypeVar("+t+");");//DEBUG
H A DTypes.java640 //check that u == t, where u has been set by Type.withTypeVar
2303 return to.head.withTypeVar(t);
2792 merged.append(m.withTypeVar(typarams.head));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java2899 a.head = a.head.withTypeVar(f.head);
H A DCheck.java796 args.head.withTypeVar((TypeVar)tvars_cap.head);

Completed in 65 milliseconds