Package eu.bibl.banalysis.asm.refactor

Examples of eu.bibl.banalysis.asm.refactor.Refactorer.run()


        return Collections.unmodifiableMap(nodeMap);
    }

    public void refactor(HookMap hm) {
        Refactorer rf = new Refactorer(hm, this);
        rf.run();
    }

    public void relocate(String oldName, ClassNode cn) {
        if (nodeMap.containsKey(oldName))
            nodeMap.remove(oldName);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.