Package milk.jpatch

Examples of milk.jpatch.CPoolMap


                new String[addedInterfacesL.size()]);
        this.interfacesRemoved = removedInterfacesL.toArray(
                new String[removedInterfacesL.size()]);
       
        // TODO: Switch these around, and use the new cpool instead.
        CPoolMap map = CPoolMap.generate(old.getConstantPool(),
            modif.getConstantPool());
       
        this.fieldsPatch =
                FieldsPatch.generate(old.getFields(), modif.getFields(), map);
        this.methodsPatch =
View Full Code Here

TOP

Related Classes of milk.jpatch.CPoolMap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.