|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.dfa.report.AbstractReportNode
net.sourceforge.pmd.dfa.report.ViolationNode
public class ViolationNode
Constructor Summary | |
---|---|
ViolationNode(IRuleViolation violation)
|
Method Summary | |
---|---|
boolean |
equalsNode(AbstractReportNode arg0)
Should compare to nodes of the tree. |
IRuleViolation |
getRuleViolation()
|
Methods inherited from class net.sourceforge.pmd.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 |
---|
public ViolationNode(IRuleViolation violation)
Method Detail |
---|
public IRuleViolation getRuleViolation()
public boolean equalsNode(AbstractReportNode arg0)
AbstractReportNode
equalsNode
in class AbstractReportNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |