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

ParenthesisExpression_1() public method

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