Class ControlFlow::ExceptionalExitNode
A control flow node indicating exceptional termination of a callable.
Import path
import javaDirect supertypes
Indirect supertypes
Inherited fields
Inherited predicates
| asCall | Gets the call this | from Node |
| asExpr | Gets the expression this | from Node |
| asStmt | Gets the statement this | from Node |
| getANormalSuccessor | Gets a successor of this node that is neither an exception successor nor a jump (break, continue, return). | from Node |
| getAPredecessor | Gets an immediate predecessor of this node. | from Node |
| getASuccessor | Gets an immediate successor of this node. | from Node |
| getASuccessor | Gets an immediate successor of this node of a given type, if any. | from Node |
| getAnExceptionSuccessor | Gets an exception successor of this node. | from Node |
| getAstNode | Gets the most appropriate AST node for this control flow node, if any. | from AnnotatedExitNode |
| getBasicBlock | Gets the basic block that contains this node. | from Node |
| getEnclosingCallable | Gets the immediately enclosing callable whose body contains this node. | from AnnotatedExitNode |
| getEnclosingStmt | Gets the statement containing this node, if any. | from Node |
| getLocation | Gets the source location for this element. | from AnnotatedExitNode |
| toString | Gets a textual representation of this element. | from AnnotatedExitNode |