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

WhileStatement_1() public method

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