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

DoWhileStatement_1() public method

public DoWhileStatement_1 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public DoWhileStatement_1(Parser yyq) : base(yyq,
                                                     ((yyq.StackAt(2).m_value))
                                                     ,
                                                     ((Statement) (yyq.StackAt(5).m_value))
            )
        {
        }
    }
DoWhileStatement_1