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

IfStatement_3() public method

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