net.sf.rej.gui.editor.row
Class MethodDefRow
java.lang.Object
net.sf.rej.gui.editor.row.MethodDefRow
- All Implemented Interfaces:
- EditorRow
public class MethodDefRow
- extends java.lang.Object
- implements EditorRow
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodDefRow
public MethodDefRow(ClassFile cf,
Method method,
boolean openTag,
boolean hasBody)
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()