CompoundStatement.this

Construct a CompoundStatement using an already existing array of Statements

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

Parameters

loc Loc

Instantiation information

statements Statements*

An array of Statements, that will referenced by this class

Meta