Searched defs:tvS (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/apt/mirror/type/
H A DTypeVar.java55 private TypeVariable tvS; // type variable S field in class:TypeVar
59 tvS = (TypeVariable) getField("s").getType();
90 return tvS.toString();
98 return tvS.getDeclaration();

Completed in 22 milliseconds