Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.oro.text.regex.MalformedPatternException

Uses of MalformedPatternException in org.apache.oro.text.regex
 

Methods in org.apache.oro.text.regex that throw MalformedPatternException
private  int Perl5Compiler.__parseAlternation(int[] retFlags)
           
private  int Perl5Compiler.__parseAtom(int[] retFlags)
           
private  int Perl5Compiler.__parseUnicodeClass()
           
private  char Perl5Compiler.__parsePOSIX(boolean[] negFlag)
          Parse POSIX epxression like [:foo:].
private  int Perl5Compiler.__parseBranch(int[] retFlags)
           
private  int Perl5Compiler.__parseExpression(boolean isParenthesized, int[] hintFlags)
           
 Pattern 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.
 Pattern Perl5Compiler.compile(char[] pattern)
          Same as calling compile(pattern, Perl5Compiler.DEFAULT_MASK);
 Pattern Perl5Compiler.compile(java.lang.String pattern)
          Same as calling compile(pattern, Perl5Compiler.DEFAULT_MASK);
 Pattern Perl5Compiler.compile(java.lang.String pattern, int options)
          Compiles a Perl5 regular expression into a Perl5Pattern instance that can be used by a Perl5Matcher object to perform pattern matching.
 Pattern PatternCompiler.compile(java.lang.String pattern)
          Compiles a regular expression into a data structure that can be used by a PatternMatcher implementation to perform pattern matching.
 Pattern PatternCompiler.compile(java.lang.String pattern, int options)
          Compiles a regular expression into a data structure that can be used by a PatternMatcher implementation to perform pattern matching.
 Pattern PatternCompiler.compile(char[] pattern)
          Compiles a regular expression into a data structure that can be used by a PatternMatcher implementation to perform pattern matching.
 Pattern 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.