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

JumpStatement_factory() public static method

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