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 booleanequalsNode(AbstractReportNode arg0)Deprecated.Should compare to nodes of the tree.StringgetClassName()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:AbstractReportNodeShould compare to nodes of the tree.- Specified by:
equalsNodein classAbstractReportNode
-
-