< prev index next >

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

Print this page

        

*** 32,45 **** /** * A visitor of types based on their {@linkplain TypeKind kind} with * default behavior appropriate for the {@link SourceVersion#RELEASE_7 * RELEASE_7} source version. For {@linkplain ! * TypeMirror types} <tt><i>XYZ</i></tt> that may have more than one ! * kind, the <tt>visit<i>XYZ</i></tt> methods in this class delegate ! * to the <tt>visit<i>XYZKind</i></tt> method corresponding to the ! * first argument's kind. The <tt>visit<i>XYZKind</i></tt> methods * call {@link #defaultAction defaultAction}, passing their arguments * to {@code defaultAction}'s corresponding parameters. * * <p> Methods in this class may be overridden subject to their * general contract. Note that annotating methods in concrete --- 32,45 ---- /** * A visitor of types based on their {@linkplain TypeKind kind} with * default behavior appropriate for the {@link SourceVersion#RELEASE_7 * RELEASE_7} source version. For {@linkplain ! * TypeMirror types} <code><i>XYZ</i></code> that may have more than one ! * kind, the <code>visit<i>XYZ</i></code> methods in this class delegate ! * to the <code>visit<i>XYZKind</i></code> method corresponding to the ! * first argument's kind. The <code>visit<i>XYZKind</i></code> methods * call {@link #defaultAction defaultAction}, passing their arguments * to {@code defaultAction}'s corresponding parameters. * * <p> Methods in this class may be overridden subject to their * general contract. Note that annotating methods in concrete
< prev index next >