cpg-core
6.1.0
cpg-core
/
de.fraunhofer.aisec.cpg.graph.statements
/
IfStatement
/
thenStatement
then
Statement
var
thenStatement
:
Statement
?
=
null
The statement that is executed, if the condition is evaluated as true. Usually a
CompoundStatement
.