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

StatementList_1() public method

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