|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.umd.cs.findbugs.ba.PruneInfeasibleExceptionEdges.MarkedEdge
private static class PruneInfeasibleExceptionEdges.MarkedEdge
A momento to remind us of how we classified a particular exception edge. If pruning and classifying succeeds, then these momentos can be applied to actually change the state of the edges. The issue is that the entire pruning/classifying operation must either fail or succeed as a whole. Thus, we don't commit any CFG changes until we know everything was successful.
| Field Summary | |
|---|---|
private Edge |
edge
|
private int |
flag
|
| Constructor Summary | |
|---|---|
PruneInfeasibleExceptionEdges.MarkedEdge(Edge edge,
int flag)
|
|
| Method Summary | |
|---|---|
void |
apply()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Edge edge
private int flag
| Constructor Detail |
|---|
public PruneInfeasibleExceptionEdges.MarkedEdge(Edge edge,
int flag)
| Method Detail |
|---|
public void apply()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||