net.sourceforge.pmd.lang.dfa.report
Class ClassNode

java.lang.Object
  extended by net.sourceforge.pmd.lang.dfa.report.AbstractReportNode
      extended by net.sourceforge.pmd.lang.dfa.report.ClassNode

public class ClassNode
extends AbstractReportNode


Constructor Summary
ClassNode(String className)
           
 
Method Summary
 boolean equalsNode(AbstractReportNode arg0)
          Should compare to nodes of the tree.
 String getClassName()
           
 
Methods inherited from class net.sourceforge.pmd.lang.dfa.report.AbstractReportNode
accept, add, addFirst, addNumberOfViolation, childrenAccept, getChildAt, getChildCount, getFirstChild, getNextSibling, getNumberOfViolations, getParent, isLeaf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNode

public ClassNode(String className)
Method Detail

getClassName

public String getClassName()

equalsNode

public boolean equalsNode(AbstractReportNode arg0)
Description copied from class: AbstractReportNode
Should compare to nodes of the tree.

Specified by:
equalsNode in class AbstractReportNode


Copyright © 2002-2015 InfoEther. All Rights Reserved.