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

ForLoopStatement_4() public method

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