net.sf.rej.gui.editor.row
Class MethodDefRow

java.lang.Object
  extended by net.sf.rej.gui.editor.row.MethodDefRow
All Implemented Interfaces:
EditorRow

public class MethodDefRow
extends java.lang.Object
implements EditorRow


Constructor Summary
MethodDefRow(ClassFile cf, Method method, boolean openTag, boolean hasBody)
           
 
Method Summary
 void addCodeRow(EditorRow er)
           
 void addLocalVariable(LocalVariableDefRow lvdr)
           
 ClassFile getClassFile()
           
 java.util.List<EditorRow> getCodeRows()
           
 java.util.List<LocalVariableDefRow> getLocalVariables()
           
 Method getMethod()
           
 boolean hasBody()
           
 boolean isClosing()
           
 boolean isExecutionRow()
           
 void setExecutionRow(boolean executionRow)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodDefRow

public MethodDefRow(ClassFile cf,
                    Method method,
                    boolean openTag,
                    boolean hasBody)
Method Detail

getMethod

public Method getMethod()

isClosing

public boolean isClosing()

addLocalVariable

public void addLocalVariable(LocalVariableDefRow lvdr)

addCodeRow

public void addCodeRow(EditorRow er)

getCodeRows

public java.util.List<EditorRow> getCodeRows()

getLocalVariables

public java.util.List<LocalVariableDefRow> getLocalVariables()

getClassFile

public ClassFile getClassFile()

hasBody

public boolean hasBody()

setExecutionRow

public void setExecutionRow(boolean executionRow)

isExecutionRow

public boolean isExecutionRow()