< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/Node.java

Print this page

        

*** 19,32 **** * limitations under the License. */ package com.sun.org.apache.bcel.internal.classfile; - /** * Denote class to have an accept method(); * ! * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> */ public interface Node { ! public void accept(Visitor obj); } --- 19,32 ---- * limitations under the License. */ package com.sun.org.apache.bcel.internal.classfile; /** * Denote class to have an accept method(); * ! * @version $Id: Node.java 1747278 2016-06-07 17:28:43Z britter $ */ public interface Node { ! ! void accept( Visitor obj ); }
< prev index next >