Statement.flatten

Flatten out the scope by presenting the statement as an array of statements.

class Statement
Statements*
flatten

Parameters

sc Scope*

context

Return Value

Type: Statements*

The array of Statements, or null if no flattening necessary

Suggestion Box / Bug Report