codeql/cpp-all
2.0.2-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Gets the expression of this ‘expression’ statement.
For example, for
x = 1;
the result would be an AssignExpr.
AssignExpr
Expr getExpr()