fabric.visit
Class AbortRetryCollector
java.lang.Object
NodeVisitor
fabric.visit.AbortRetryCollector
public class AbortRetryCollector
- extends NodeVisitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
aborts
protected java.util.List<AbortStmt> aborts
retries
protected java.util.List<RetryStmt> retries
AbortRetryCollector
public AbortRetryCollector(java.util.List<AbortStmt> aborts,
java.util.List<RetryStmt> retries)
getAborts
public java.util.List<AbortStmt> getAborts()
getRetries
public java.util.List<RetryStmt> getRetries()
leave
public Node leave(Node old,
Node n,
NodeVisitor v)