langtools/src/share/classes/com/sun/tools/classfile/ClassTranslator.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 8042 d534dd80da9f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    40 import java.util.Map;
    40 import java.util.Map;
    41 
    41 
    42 /**
    42 /**
    43  * Rewrites a class file using a map of translations.
    43  * Rewrites a class file using a map of translations.
    44  *
    44  *
    45  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    45  *  <p><b>This is NOT part of any supported API.
    46  *  you write code that depends on this, you do so at your own risk.
    46  *  If you write code that depends on this, you do so at your own risk.
    47  *  This code and its internal interfaces are subject to change or
    47  *  This code and its internal interfaces are subject to change or
    48  *  deletion without notice.</b>
    48  *  deletion without notice.</b>
    49  */
    49  */
    50 public class ClassTranslator
    50 public class ClassTranslator
    51         implements ConstantPool.Visitor<ConstantPool.CPInfo,Map<Object,Object>> {
    51         implements ConstantPool.Visitor<ConstantPool.CPInfo,Map<Object,Object>> {