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

IfStatement_4() public method

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