< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java

Print this page

        

*** 86,92 **** --- 86,93 ---- * * @param t {@inheritDoc} * @param p {@inheritDoc} * @return the result of the visit as defined by a subclass */ + @Override public abstract R visitIntersection(IntersectionType t, P p); }
< prev index next >