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

Statement_factory() public static method

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