qtil
advanced-security/qtil-cpp 0.0.4
Search

Member predicate IfStmt::getThen

Gets the ‘then’ statement of this ‘if’ statement.

For example, for

if (b) { x = 1; }

the result is the BlockStmt { x = 1; }.

Stmt getThen()