codeql/cpp-all
3.1.1-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()