Uses of Class
com.inxar.syntacs.translator.regexp.Regexp

Packages that use Regexp
com.inxar.syntacs.translator.regexp Defines classes which implement a Translator for regular expressions. 
 

Uses of Regexp in com.inxar.syntacs.translator.regexp
 

Methods in com.inxar.syntacs.translator.regexp that return Regexp
 Regexp XML2RegexpTransformer.transform(org.w3c.dom.Element e)
           
static Regexp Regexp.toConcat(String s)