public class AbortRetryCollector
extends NodeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbortStmt> |
aborts |
protected java.util.List<RetryStmt> |
retries |
| Constructor and Description |
|---|
AbortRetryCollector(java.util.List<AbortStmt> aborts,
java.util.List<RetryStmt> retries) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbortStmt> |
getAborts() |
java.util.List<RetryStmt> |
getRetries() |
Node |
leave(Node old,
Node n,
NodeVisitor v) |