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

Declaration_1_factory() public static method

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