Aurora.ScriptEngineParser.CompoundStatement_2.CompoundStatement_2 C# (CSharp) Method

CompoundStatement_2() public method

public CompoundStatement_2 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public CompoundStatement_2(Parser yyq) : base(yyq,
                                                      ((StatementList) (yyq.StackAt(1).m_value))
            )
        {
        }
    }
CompoundStatement_2