langtools/src/share/classes/com/sun/tools/classfile/Signature.java
changeset 9303 eae35c201e19
parent 5847 1908176fd6e3
child 22163 3651128c74eb
equal deleted inserted replaced
9302:13a19cf713fd 9303:eae35c201e19
    28 import java.util.ArrayList;
    28 import java.util.ArrayList;
    29 import java.util.List;
    29 import java.util.List;
    30 import com.sun.tools.classfile.Type.*;
    30 import com.sun.tools.classfile.Type.*;
    31 
    31 
    32 /**
    32 /**
    33  * See JVMS3 4.4.4.
    33  * See JVMS 4.4.4.
    34  *
    34  *
    35  *  <p><b>This is NOT part of any supported API.
    35  *  <p><b>This is NOT part of any supported API.
    36  *  If you write code that depends on this, you do so at your own risk.
    36  *  If you write code that depends on this, you do so at your own risk.
    37  *  This code and its internal interfaces are subject to change or
    37  *  This code and its internal interfaces are subject to change or
    38  *  deletion without notice.</b>
    38  *  deletion without notice.</b>