< prev index next >

src/java.base/share/classes/sun/reflect/generics/visitor/Reifier.java

Print this page

        

*** 48,58 **** private GenericsFactory getFactory(){ return factory;} /** * Factory method. The resulting visitor will convert an AST * representing generic signatures into corresponding reflective ! * objects, using the provided factory, <tt>f</tt>. * @param f - a factory that can be used to manufacture reflective * objects returned by this visitor * @return A visitor that can be used to reify ASTs representing * generic type information into reflective objects */ --- 48,58 ---- private GenericsFactory getFactory(){ return factory;} /** * Factory method. The resulting visitor will convert an AST * representing generic signatures into corresponding reflective ! * objects, using the provided factory, {@code f}. * @param f - a factory that can be used to manufacture reflective * objects returned by this visitor * @return A visitor that can be used to reify ASTs representing * generic type information into reflective objects */
< prev index next >