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

WhileStatement_2_factory() public static method

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