Package org.apache.oro.text.regex


package org.apache.oro.text.regex
  • Class
    Description
    The CharStringPointer class is used to facilitate traversal of a char[] in the manner pointer traversals of strings are performed in C/C++.
    A class used to signify the occurrence of a syntax error in a regular expression that is being compiled.
    The MatchResult interface allows PatternMatcher implementors to return results storing match information in whatever format they like, while presenting a consistent way of accessing that information.
    The OpCode class should not be instantiated.
    The Pattern interface allows multiple representations of a regular expression to be defined.
    The PatternCompiler interface defines the operations a regular expression compiler must implement.
    The PatternMatcher interface defines the operations a regular expression matcher must implement.
    The PatternMatcherInput class is used to preserve state across calls to the contains() methods of PatternMatcher instances.
    The Perl5Compiler class is used to create compiled regular expressions conforming to the Perl5 regular expression syntax.
    The Perl5Matcher class is used to match regular expressions (conforming to the Perl5 regular expression syntax) generated by Perl5Compiler.
    A class used to store and access the results of a Perl5Pattern match.
    An implementation of the Pattern interface for Perl5 regular expressions.
    Perl5Repetition is a support class for Perl5Matcher.