Babel.Compiler.LoopStatement.LoopStatement C# (CSharp) Method

LoopStatement() public method

public LoopStatement ( StatementList statementList, Location location ) : System
statementList StatementList
location Location
return System
        public LoopStatement(StatementList statementList,
                             Location location)
            : base(location)
        {
            this.statementList = statementList;
        }