net.sf.rej.gui.structure
Class MethodAccessFlagsNode

java.lang.Object
  extended by net.sf.rej.gui.structure.StructureNode
      extended by net.sf.rej.gui.structure.MethodAccessFlagsNode
All Implemented Interfaces:
javax.swing.tree.TreeNode

public class MethodAccessFlagsNode
extends StructureNode


Constructor Summary
MethodAccessFlagsNode(Method method)
           
 
Method Summary
 Method getMethod()
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.rej.gui.structure.StructureNode
children, getAllowsChildren, getChildAt, getChildCount, getChildren, getContextMenu, getIndex, getParent, isLeaf, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodAccessFlagsNode

public MethodAccessFlagsNode(Method method)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getMethod

public Method getMethod()