src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/StackMapType.java
changeset 55496 8e0ae3830fca
parent 47216 71c04702a3d5
equal deleted inserted replaced
55495:badfa812b82a 55496:8e0ae3830fca
    29 
    29 
    30 /**
    30 /**
    31  * This class represents the type of a local variable or item on stack
    31  * This class represents the type of a local variable or item on stack
    32  * used in the StackMap entries.
    32  * used in the StackMap entries.
    33  *
    33  *
    34  * @version $Id: StackMapType.java 1749603 2016-06-21 20:50:19Z ggregory $
    34  * @version $Id$
    35  * @see     StackMapEntry
    35  * @see     StackMapEntry
    36  * @see     StackMap
    36  * @see     StackMap
    37  * @see     Const
    37  * @see     Const
    38  */
    38  */
    39 public final class StackMapType implements Cloneable {
    39 public final class StackMapType implements Cloneable {