com.tonicsystems.jarjar.regex
Class GnuRegexEngine

java.lang.Object
  extended by com.tonicsystems.jarjar.regex.GnuRegexEngine
All Implemented Interfaces:
RegexEngine

public class GnuRegexEngine
extends java.lang.Object
implements RegexEngine


Constructor Summary
GnuRegexEngine()
           
 
Method Summary
 Pattern compile(java.lang.String pattern)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnuRegexEngine

public GnuRegexEngine()
Method Detail

compile

public Pattern compile(java.lang.String pattern)
Specified by:
compile in interface RegexEngine