net.sf.rej.gui
Class IterationContext

java.lang.Object
  extended by net.sf.rej.gui.IterationContext

public class IterationContext
extends java.lang.Object


Constructor Summary
IterationContext()
           
 
Method Summary
 ClassFile getCf()
           
 CodeAttribute getCodeAttribute()
           
 DecompilationContext getDc()
           
 Field getField()
           
 java.lang.String getFilename()
           
 Method getMethod()
           
 Project getProject()
           
 void setCf(ClassFile cf)
           
 void setCodeAttribute(CodeAttribute ca)
           
 void setDc(DecompilationContext dc)
           
 void setField(Field field)
           
 void setFilename(java.lang.String filename)
           
 void setMethod(Method method)
           
 void setProject(Project project)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterationContext

public IterationContext()
Method Detail

getCf

public ClassFile getCf()

getField

public Field getField()

getFilename

public java.lang.String getFilename()

getMethod

public Method getMethod()

getProject

public Project getProject()

setProject

public void setProject(Project project)

setMethod

public void setMethod(Method method)

setFilename

public void setFilename(java.lang.String filename)

setField

public void setField(Field field)

setCf

public void setCf(ClassFile cf)

getDc

public DecompilationContext getDc()

setDc

public void setDc(DecompilationContext dc)

setCodeAttribute

public void setCodeAttribute(CodeAttribute ca)

getCodeAttribute

public CodeAttribute getCodeAttribute()