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

WhileStatement_1_factory() public static method

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