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

FunctionCall_1() public method

public FunctionCall_1 ( Parser yyq ) : Tools
yyq Tools.Parser
return Tools
        public FunctionCall_1(Parser yyq) : base(yyq,
                                                 ((IDENT) (yyq.StackAt(3).m_value))
                                                     .yytext,
                                                 ((ArgumentList) (yyq.StackAt(1).m_value))
            )
        {
        }
    }
FunctionCall_1