- java.lang.Object
-
- com.ibm.jvm.dtfjview.tools.utils.RegExprMatchHandle
-
- All Implemented Interfaces:
IMatchHandle
public class RegExprMatchHandle extends Object implements IMatchHandle
This class handles the matching tasks when regular expressions are used. Note, the regular expression is defined by Javadoc of class java.util.regex.Pattern. Also, it always enables the dotall mode (java.util.regex.Pattern.DOTALL).
-
-
Constructor Summary
Constructors Constructor Description RegExprMatchHandle(String[] regExList)
RegExprMatchHandle(String[] regExList, boolean ignoreCase)
RegExprMatchHandle(String[] regExList, boolean ignoreCase, boolean negated)
-