< prev index next >

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

Print this page

        

@@ -32,14 +32,14 @@
 
 /**
  * A visitor of program elements based on their {@linkplain
  * ElementKind kind} with default behavior appropriate for the {@link
  * SourceVersion#RELEASE_9 RELEASE_9} source version.  For {@linkplain
- * Element elements} <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
+ * Element elements} <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>Xyz</i>As<i>Kind</i></code> method corresponding to the
+ * first argument's kind.  The <code>visit<i>Xyz</i>As<i>Kind</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 >