Member predicate DataFlow :: Node :: getEnclosingExpr
Gets the expression enclosing this data flow node.
In most cases the result is the same as asExpr()
, however this method
additionally includes the InvokeExpr
corresponding to reflective calls.
Expr
getEnclosingExpr
(
)