CompoundStatement.this

Construct a CompoundStatement using an already existing array of Statements

  1. this(Loc loc, Statements* statements)
    class CompoundStatement
    final extern (D)
    this
    (
    const ref Loc loc
    ,
    Statements* statements
    )
  2. this(Loc loc, Statement[] sts)

Parameters

loc Loc

Instantiation information

statements Statements*

An array of Statements, that will referenced by this class

Suggestion Box / Bug Report