protected static interface CFGBuilder.TryFrame
| Modifier and Type | Method and Description | 
|---|---|
| boolean | possibleLabels(TypeMirror thrown,
              Set<CFGBuilder.Label> labels)Given a type of thrown exception, add the set of possible control flow successor  CFGBuilder.Labels to the argument set. | 
boolean possibleLabels(TypeMirror thrown, Set<CFGBuilder.Label> labels)
CFGBuilder.Labels to the argument set. Return true if the exception is known to be caught by one of
 those labels and false if it may propagate still further.