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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java306 public void synthesizeBoxTypeIfMissing(final Type type) { method in class:Symtab
485 synthesizeBoxTypeIfMissing(doubleType);
486 synthesizeBoxTypeIfMissing(floatType);
487 synthesizeBoxTypeIfMissing(voidType);

Completed in 31 milliseconds