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

ForLoopStatement_2() public method

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