mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
update doc on getExceptionalNode
This commit is contained in:
@@ -247,8 +247,8 @@ class Expr extends @expr, ExprOrStmt, ExprOrType, AST::ValueNode {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the data-flow node where exceptional data-flow will flow if this expression
|
||||
* causes an exception to be thrown.
|
||||
* Gets the data-flow node where exceptions thrown by this expression will
|
||||
* propagate if this expression causes an exception to be thrown.
|
||||
*/
|
||||
DataFlow::Node getExceptionalNode() {
|
||||
if exists(this.getEnclosingStmt().getEnclosingTryCatchStmt())
|
||||
|
||||
Reference in New Issue
Block a user