| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.BCELCreatorUtil
BCELCreatorUtil | public class BCELCreatorUtil (Code) | | Helper for creating BCEL objects.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:27 $ since: January 23, 2003 |
addInstructionHandle | public static InstructionHandle addInstructionHandle(InstructionList il)(Code) | | |
createInstructionHandle | public static InstructionHandle createInstructionHandle()(Code) | | |
createInstructionList | public static InstructionList createInstructionList()(Code) | | |
createMethodGen | public static MethodGen createMethodGen(JavaClass jc, int methodIndex)(Code) | | |
createMethodGen | public static MethodGen createMethodGen(JavaClass jc, Method m)(Code) | | |
getMethod | public static Method getMethod(JavaClass jc, int methodIndex)(Code) | | |
|
|