Uses of Class
org.apache.oro.text.regex.MalformedPatternException
Packages that use MalformedPatternException
-
Uses of MalformedPatternException in org.apache.oro.text
Methods in org.apache.oro.text that throw MalformedPatternExceptionModifier and TypeMethodDescription(package private) final PatternGenericPatternCache.addPattern(String expression) Same as callingfinal PatternGenericPatternCache.addPattern(String expression, int options) Adds a pattern to the cache and returns the compiled pattern.PatternCache.addPattern(String expression, int options) Adds a pattern to the cache and returns the compiled pattern. -
Uses of MalformedPatternException in org.apache.oro.text.regex
Methods in org.apache.oro.text.regex that throw MalformedPatternExceptionModifier and TypeMethodDescriptionprivate intPerl5Compiler.__parseAlternation(int[] retFlags) private intPerl5Compiler.__parseAtom(int[] retFlags) private intPerl5Compiler.__parseBranch(int[] retFlags) private intPerl5Compiler.__parseExpression(boolean isParenthesized, int[] hintFlags) private intPerl5Compiler.__parseUnicodeClass()PatternCompiler.compile(char[] pattern) Compiles a regular expression into a data structure that can be used by a PatternMatcher implementation to perform pattern matching.PatternCompiler.compile(char[] pattern, int options) Compiles a regular expression into a data structure that can be used by a PatternMatcher implementation to perform pattern matching.Compiles a regular expression into a data structure that can be used by a PatternMatcher implementation to perform pattern matching.Compiles a regular expression into a data structure that can be used by a PatternMatcher implementation to perform pattern matching.Perl5Compiler.compile(char[] pattern) Same as calling compile(pattern, Perl5Compiler.DEFAULT_MASK);Perl5Compiler.compile(char[] pattern, int options) Compiles a Perl5 regular expression into a Perl5Pattern instance that can be used by a Perl5Matcher object to perform pattern matching.Same as calling compile(pattern, Perl5Compiler.DEFAULT_MASK);Compiles a Perl5 regular expression into a Perl5Pattern instance that can be used by a Perl5Matcher object to perform pattern matching.