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

ForLoopStatement_3() public method

public ForLoopStatement_3 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public ForLoopStatement_3(Parser yyq) : base(yyq,
                                                     ((ForLoopStatement) (yyq.StackAt(2).m_value))
                                                     ,
                                                     ((Expression) (yyq.StackAt(0).m_value))
            )
        {
        }
    }
ForLoopStatement_3