|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MalformedPatternException | |
org.acmsl.regexpplugin | |
org.acmsl.regexpplugin.gnuregexp | |
org.acmsl.regexpplugin.jakartaoro | |
org.acmsl.regexpplugin.jakartaregexp |
Uses of MalformedPatternException in org.acmsl.regexpplugin |
Methods in org.acmsl.regexpplugin that throw MalformedPatternException | |
java.lang.String |
Helper.replaceAll(java.lang.String input,
java.lang.String pattern,
java.lang.String replacement)
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String. |
Pattern |
Compiler.compile(java.lang.String regexp)
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents. |
Uses of MalformedPatternException in org.acmsl.regexpplugin.gnuregexp |
Subclasses of MalformedPatternException in org.acmsl.regexpplugin.gnuregexp | |
class |
MalformedPatternExceptionGNUAdapter
Adapts GNU Regexp 1.1.4 malformed pattern exceptions to follow this API. |
Methods in org.acmsl.regexpplugin.gnuregexp that throw MalformedPatternException | |
java.lang.String |
HelperGNUAdapter.replaceAll(java.lang.String input,
java.lang.String pattern,
java.lang.String replacement)
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String. |
Pattern |
CompilerGNUAdapter.compile(java.lang.String regexp)
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents. |
Uses of MalformedPatternException in org.acmsl.regexpplugin.jakartaoro |
Subclasses of MalformedPatternException in org.acmsl.regexpplugin.jakartaoro | |
class |
MalformedPatternExceptionOROAdapter
Adapts jakarta ORO malformed pattern exceptions to follow this API. |
Methods in org.acmsl.regexpplugin.jakartaoro that throw MalformedPatternException | |
Pattern |
Perl5CompilerOROAdapter.compile(java.lang.String regexp)
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents. |
java.lang.String |
HelperOROAdapter.replaceAll(java.lang.String input,
java.lang.String pattern,
java.lang.String replacement)
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String. |
Pattern |
AwkCompilerOROAdapter.compile(java.lang.String regexp)
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents. |
Uses of MalformedPatternException in org.acmsl.regexpplugin.jakartaregexp |
Subclasses of MalformedPatternException in org.acmsl.regexpplugin.jakartaregexp | |
class |
MalformedPatternExceptionRegexpAdapter
Adapts jakarta ORO malformed pattern exceptions to follow this API. |
Methods in org.acmsl.regexpplugin.jakartaregexp that throw MalformedPatternException | |
java.lang.String |
HelperRegexpAdapter.replaceAll(java.lang.String input,
java.lang.String pattern,
java.lang.String replacement)
Finds all occurrences of a specified pattern in given input contents, and replaces them with passed String. |
Pattern |
CompilerRegexpAdapter.compile(java.lang.String regexp)
Compiles given regular expression and creates a Pattern object to apply such rule on concrete text contents. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |