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

CompoundStatement_1_factory() public static method

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