src/share/classes/com/sun/tools/classfile/Signature.java

changeset 972
694ff82ca68e
parent 581
f2fdd52e4e87
child 2525
2eb010b6cb22
equal deleted inserted replaced
971:bfbc197b560f 972:694ff82ca68e
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>

mercurial