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

Declaration_factory() public static method

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