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

/openjdk7/langtools/src/share/classes/com/sun/mirror/util/
H A DSimpleTypeVisitor.java132 public void visitInterfaceType(InterfaceType t) { method in class:SimpleTypeVisitor
139 * {@link #visitInterfaceType visitInterfaceType}.
143 visitInterfaceType(t);
H A DTypeVisitor.java108 public void visitInterfaceType(InterfaceType t); method in interface:TypeVisitor

Completed in 39 milliseconds