Aurora.ScriptEngineParser.yyLSLSyntax.ReturnStatement_2_factory C# (CSharp) Method

ReturnStatement_2_factory() public static method

public static ReturnStatement_2_factory ( Parser yyp ) : object
yyp Tools.Parser
return object
        public static object ReturnStatement_2_factory(Parser yyp)
        {
            return new ReturnStatement_2(yyp);
        }
yyLSLSyntax