net.sf.rej.java
Class MethodFactory

java.lang.Object
  extended by net.sf.rej.java.MethodFactory

public class MethodFactory
extends java.lang.Object

A factory for creating Method objects.

Author:
Sami Koivu

Constructor Summary
MethodFactory()
           
 
Method Summary
 Method createMethod(ByteParser parser, ConstantPool pool)
           
 Method createMethod(ClassFile cf, AccessFlags accessFlags, int nameIndex, int descIndex, int codeAttrNameIndex, int maxStackSize, int maxLocals, int exAttrNameIndex, java.util.List<ExceptionDescriptor> exceptions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodFactory

public MethodFactory()
Method Detail

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)