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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassReader.java175 protected Scope typevars; field in class:ClassReader
291 typevars = new Scope(syms.noSymbol);
678 typevars = typevars.dup(currentOwner);
680 typevars = typevars.leave();
840 typevars.enter(tvar.tsym);
860 /** Find type variable with given name in `typevars' scope.
863 Scope.Entry e = typevars.lookup(name);
1871 * `typevars'
[all...]

Completed in 70 milliseconds