public class ReportTree extends Object implements Iterable<RuleViolation>
Constructor and Description |
---|
ReportTree() |
Modifier and Type | Method and Description |
---|---|
void |
addRuleViolation(RuleViolation violation)
Adds the RuleViolation to the tree.
|
AbstractReportNode |
getRootNode() |
Iterator<RuleViolation> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Iterator<RuleViolation> iterator()
iterator
in interface Iterable<RuleViolation>
public int size()
public AbstractReportNode getRootNode()
public void addRuleViolation(RuleViolation violation)
Copyright © 2002–2016 InfoEther. All rights reserved.