langtools/src/share/classes/com/sun/tools/classfile/CharacterRangeTable_attribute.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 22163 3651128c74eb
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    26 package com.sun.tools.classfile;
    26 package com.sun.tools.classfile;
    27 
    27 
    28 import java.io.IOException;
    28 import java.io.IOException;
    29 
    29 
    30 /**
    30 /**
    31  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    31  *  <p><b>This is NOT part of any supported API.
    32  *  you write code that depends on this, you do so at your own risk.
    32  *  If you write code that depends on this, you do so at your own risk.
    33  *  This code and its internal interfaces are subject to change or
    33  *  This code and its internal interfaces are subject to change or
    34  *  deletion without notice.</b>
    34  *  deletion without notice.</b>
    35  */
    35  */
    36 public class CharacterRangeTable_attribute  extends Attribute {
    36 public class CharacterRangeTable_attribute  extends Attribute {
    37     public static final int CRT_STATEMENT       = 0x0001;
    37     public static final int CRT_STATEMENT       = 0x0001;