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

EmptyStatement_factory() public static method

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