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

CompoundStatement_2_factory() public static method

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