src/share/classes/javax/lang/model/util/AbstractTypeVisitor7.java

changeset 969
8cc5b440fdde
parent 851
cad51b6eb7a6
child 1013
8eb952f43b11
equal deleted inserted replaced
960:26b065bb4ee7 969:8cc5b440fdde
65 protected AbstractTypeVisitor7() { 65 protected AbstractTypeVisitor7() {
66 super(); 66 super();
67 } 67 }
68 68
69 /** 69 /**
70 * Visits a {@code DisjunctiveType} in a manner defined by a subclass. 70 * Visits a {@code UnionType} in a manner defined by a subclass.
71 * 71 *
72 * @param t {@inheritDoc} 72 * @param t {@inheritDoc}
73 * @param p {@inheritDoc} 73 * @param p {@inheritDoc}
74 * @return the result of the visit as defined by a subclass 74 * @return the result of the visit as defined by a subclass
75 */ 75 */
76 public abstract R visitDisjunctive(DisjunctiveType t, P p); 76 public abstract R visitUnion(UnionType t, P p);
77 } 77 }

mercurial