net.sf.rej.java
Class FieldFactory

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

public class FieldFactory
extends java.lang.Object

FieldFactory

Author:
Sami Koivu

Constructor Summary
FieldFactory()
           
 
Method Summary
 Field createField(ByteParser parser, ConstantPool pool)
           
 Field createField(ClassFile cf, AccessFlags accessFlags, int nameIndex, int descIndex)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldFactory

public FieldFactory()
Method Detail

createField

public Field createField(ByteParser parser,
                         ConstantPool pool)

createField

public Field createField(ClassFile cf,
                         AccessFlags accessFlags,
                         int nameIndex,
                         int descIndex)