}
public ClassEditor createClass(int modifiers, String className,
Type superType, Type[] Interfaces) {
EditorContext context = new PersistentBloatContext(_loader);
return context.newClass(modifiers, className, superType, Interfaces);
}
public MethodEditor createMethod(ClassEditor ce, int modiefiers,
Class type, String methodName, Class[] params, Class[] exeptions) {
return new MethodEditor(ce, modiefiers, type, methodName, params,