Decomposes complex statements into several simpler ones.
A statement that will be decomposed.
An array with the new statements, or an empty array if no decomposition could be made
If the given statement can be decomposed in two or more statements, replaces the statement with the decomposition.
Decomposes complex statements into several simpler ones.