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

StatementList_2() public method

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