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

ParenthesisExpression_2() public method

public ParenthesisExpression_2 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public ParenthesisExpression_2(Parser yyq) : base(yyq,
                                                          ((yyq.StackAt(1).m_value))
            )
        {
        }
    }
ParenthesisExpression_2