langtools/src/share/classes/com/sun/tools/javac/jvm/Pool.java
changeset 1206 3a05355982a9
parent 10 06bc494ca11e
child 1264 076a3cde30d5
equal deleted inserted replaced
1205:b316e32eb90c 1206:3a05355982a9
    25 
    25 
    26 package com.sun.tools.javac.jvm;
    26 package com.sun.tools.javac.jvm;
    27 
    27 
    28 import java.util.*;
    28 import java.util.*;
    29 
    29 
    30 import com.sun.tools.javac.util.*;
       
    31 import com.sun.tools.javac.code.Symbol.*;
    30 import com.sun.tools.javac.code.Symbol.*;
    32 import com.sun.tools.javac.code.Type;
       
    33 
    31 
    34 /** An internal structure that corresponds to the constant pool of a classfile.
    32 /** An internal structure that corresponds to the constant pool of a classfile.
    35  *
    33  *
    36  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    34  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    37  *  you write code that depends on this, you do so at your own risk.
    35  *  you write code that depends on this, you do so at your own risk.