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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java290 public void synthesizeEmptyInterfaceIfMissing(final Type type) { method in class:Symtab
481 synthesizeEmptyInterfaceIfMissing(autoCloseableType);
482 synthesizeEmptyInterfaceIfMissing(cloneableType);
483 synthesizeEmptyInterfaceIfMissing(serializableType);
484 synthesizeEmptyInterfaceIfMissing(polymorphicSignatureType);

Completed in 69 milliseconds