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

FunctionCallExpression_1() public method

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