< prev index next >

src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/UnconditionalBranch.java

Print this page

        

*** 19,33 **** * limitations under the License. */ package com.sun.org.apache.bcel.internal.generic; - /** * Denotes an instruction to perform an unconditional branch, i.e., GOTO, JSR. * ! * @author <A HREF="mailto:markus.dahm@berlin.de">M. Dahm</A> * @see GOTO * @see JSR */ ! public interface UnconditionalBranch {} --- 19,33 ---- * limitations under the License. */ package com.sun.org.apache.bcel.internal.generic; /** * Denotes an instruction to perform an unconditional branch, i.e., GOTO, JSR. * ! * @version $Id: UnconditionalBranch.java 1747278 2016-06-07 17:28:43Z britter $ * @see GOTO * @see JSR */ ! public interface UnconditionalBranch { ! }
< prev index next >