public class ClassNode extends AbstractReportNode
| Constructor and Description |
|---|
ClassNode(java.lang.String className) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsNode(AbstractReportNode arg0)
Should compare to nodes of the tree.
|
java.lang.String |
getClassName() |
accept, add, addFirst, addNumberOfViolation, childrenAccept, getChildAt, getChildCount, getFirstChild, getNextSibling, getNumberOfViolations, getParent, isLeafpublic java.lang.String getClassName()
public boolean equalsNode(AbstractReportNode arg0)
AbstractReportNodeequalsNode in class AbstractReportNode