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

DoWhileStatement_2() public method

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