Uses of Class
com.amx.duet.tools.regexp.RESyntaxException

Packages that use RESyntaxException
com.amx.duet.tools.regexp Jakarta Regexp is a 100% Pure Java Regular Expression package that was graciously donated to the Apache Software Foundation by Jonathan Locke and has been included into AMXTools. 
 

Uses of RESyntaxException in com.amx.duet.tools.regexp
 

Methods in com.amx.duet.tools.regexp that throw RESyntaxException
static RE REUtil.createRE(java.lang.String expression, int matchFlags)
          Creates a regular expression, permitting simple or complex syntax
static RE REUtil.createRE(java.lang.String expression)
          Creates a regular expression, permitting simple or complex syntax
 REProgram RECompiler.compile(java.lang.String pattern)
          Compiles a regular expression pattern into a program runnable by the pattern matcher class 'RE'.
 

Constructors in com.amx.duet.tools.regexp that throw RESyntaxException
RE(java.lang.String pattern)
          Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
RE(java.lang.String pattern, int matchFlags)
          Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
 



Copyright © 2008 AMX LLC. All Rights Reserved.