< prev index next >

src/java.base/share/classes/sun/reflect/generics/tree/TypeTree.java

Print this page

        

*** 31,40 **** * the generic signature AST. */ public interface TypeTree extends Tree { /** * Accept method for the visitor pattern. ! * @param v - a <tt>TypeTreeVisitor</tt> that will process this * tree */ void accept(TypeTreeVisitor<?> v); } --- 31,40 ---- * the generic signature AST. */ public interface TypeTree extends Tree { /** * Accept method for the visitor pattern. ! * @param v a {@code TypeTreeVisitor} that will process this * tree */ void accept(TypeTreeVisitor<?> v); }
< prev index next >