|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.rej.java.MethodFactory
public class MethodFactory
A factory for creating Method objects.
| 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 |
|---|
public MethodFactory()
| Method Detail |
|---|
public Method createMethod(ByteParser parser,
ConstantPool pool)
public Method createMethod(ClassFile cf,
AccessFlags accessFlags,
int nameIndex,
int descIndex,
int codeAttrNameIndex,
int maxStackSize,
int maxLocals,
int exAttrNameIndex,
java.util.List<ExceptionDescriptor> exceptions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||