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

WhileStatement_factory() public static method

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