net.sf.rej.java
Class MethodFactory
java.lang.Object
net.sf.rej.java.MethodFactory
public class MethodFactory
- extends java.lang.Object
A factory for creating Method
objects.
- Author:
- Sami Koivu
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodFactory
public MethodFactory()
createMethod
public Method createMethod(ByteParser parser,
ConstantPool pool)
createMethod
public Method createMethod(ClassFile cf,
AccessFlags accessFlags,
int nameIndex,
int descIndex,
int codeAttrNameIndex,
int maxStackSize,
int maxLocals,
int exAttrNameIndex,
java.util.List<ExceptionDescriptor> exceptions)