Ejemplo n.º 1
0
 public static SmilleyRegex getFactory()
 {
     if (regex == null)
     {
         regex = new SmilleyRegex();
     }
     return(regex);
 }
Ejemplo n.º 2
0
 public static SmilleyRegex getFactory()
 {
     if(regex == null)
     {
         regex = new SmilleyRegex();
     }
     return regex;
 }