src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/StackMap.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    34  * (J2ME). This attribute is used by the <a
    34  * (J2ME). This attribute is used by the <a
    35  * href="http://java.sun.com/products/cldc/">KVM</a> and contained
    35  * href="http://java.sun.com/products/cldc/">KVM</a> and contained
    36  * within the Code attribute of a method. See CLDC specification
    36  * within the Code attribute of a method. See CLDC specification
    37  * 5.3.1.2
    37  * 5.3.1.2
    38  *
    38  *
    39  * @version $Id: StackMap.java 1749603 2016-06-21 20:50:19Z ggregory $
    39  * @version $Id$
    40  * @see     Code
    40  * @see     Code
    41  * @see     StackMapEntry
    41  * @see     StackMapEntry
    42  * @see     StackMapType
    42  * @see     StackMapType
    43  */
    43  */
    44 public final class StackMap extends Attribute {
    44 public final class StackMap extends Attribute {
    76         }
    76         }
    77     }
    77     }
    78 
    78 
    79 
    79 
    80     /**
    80     /**
    81      * Dump line number table attribute to file stream in binary format.
    81      * Dump stack map table attribute to file stream in binary format.
    82      *
    82      *
    83      * @param file Output file stream
    83      * @param file Output file stream
    84      * @throws IOException
    84      * @throws IOException
    85      */
    85      */
    86     @Override
    86     @Override