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

IfStatement_4_factory() public static method

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