codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the target of this break expression.
break
The target is either a LoopExpr, a ForExpr, a WhileExpr, or a BlockExpr.
LoopExpr
ForExpr
WhileExpr
BlockExpr
Expr getTarget()