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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DItems.java259 * @param targettype The type to coerce to.
261 Item coerce(Type targettype) { argument
262 return coerce(Code.typecode(targettype));

Completed in 30 milliseconds