Class ClassNode
- java.lang.Object
-
- net.sourceforge.pmd.lang.dfa.report.AbstractReportNode
-
- net.sourceforge.pmd.lang.dfa.report.ClassNode
-
@Deprecated public class ClassNode extends AbstractReportNode
Deprecated.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equalsNode(AbstractReportNode arg0)
Deprecated.Should compare to nodes of the tree.String
getClassName()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.dfa.report.AbstractReportNode
accept, add, addFirst, addNumberOfViolation, childrenAccept, getChildAt, getChildCount, getFirstChild, getNextSibling, getNumberOfViolations, getParent, isLeaf
-
-
-
-
Constructor Detail
-
ClassNode
public ClassNode(String className)
Deprecated.
-
-
Method Detail
-
getClassName
public String getClassName()
Deprecated.
-
equalsNode
public boolean equalsNode(AbstractReportNode arg0)
Deprecated.Description copied from class:AbstractReportNode
Should compare to nodes of the tree.- Specified by:
equalsNode
in classAbstractReportNode
-
-