Package alt.jiapi.reflect

Examples of alt.jiapi.reflect.JiapiClass.addInterface()


    public void instrument(InstructionList il) {
        JiapiClass clazz = getCurrentClass();

        for (int i = 0; i < interfaceNames.length; i++) {
            clazz.addInterface(interfaceNames[i]);
        }

        forward(il);
    }
}
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.