Searched defs:withTypeVar (Results 1 - 1 of 1) 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

Completed in 38 milliseconds