src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/JSR_W.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    27 import com.sun.org.apache.bcel.internal.util.ByteSequence;
    27 import com.sun.org.apache.bcel.internal.util.ByteSequence;
    28 
    28 
    29 /**
    29 /**
    30  * JSR_W - Jump to subroutine
    30  * JSR_W - Jump to subroutine
    31  *
    31  *
    32  * @version $Id: JSR_W.java 1747278 2016-06-07 17:28:43Z britter $
    32  * @version $Id$
    33  */
    33  */
    34 public class JSR_W extends JsrInstruction {
    34 public class JSR_W extends JsrInstruction {
    35 
    35 
    36     /**
    36     /**
    37      * Empty constructor needed for the Class.newInstance() statement in
    37      * Empty constructor needed for Instruction.readInstruction.
    38      * Instruction.readInstruction(). Not to be used otherwise.
    38      * Not to be used otherwise.
    39      */
    39      */
    40     JSR_W() {
    40     JSR_W() {
    41     }
    41     }
    42 
    42 
    43 
    43