A guard for the StatementChange type.
The change to check.
True if the change is a StatementChange.
if (isStatementChange(change)) { // Do something } Copy
if (isStatementChange(change)) { // Do something }
A guard for the StatementChange type.