Uses of Package
org.apache.oro.text.regex
-
Packages that use org.apache.oro.text.regex Package Description org.apache.oro.text org.apache.oro.text.perl org.apache.oro.text.regex -
Classes in org.apache.oro.text.regex used by org.apache.oro.text Class Description MalformedPatternException A class used to signify the occurrence of a syntax error in a regular expression that is being compiled.Pattern The Pattern interface allows multiple representations of a regular expression to be defined.PatternCompiler The PatternCompiler interface defines the operations a regular expression compiler must implement. -
Classes in org.apache.oro.text.regex used by org.apache.oro.text.perl Class Description MatchResult 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.Pattern The Pattern interface allows multiple representations of a regular expression to be defined.Perl5Matcher The Perl5Matcher class is used to match regular expressions (conforming to the Perl5 regular expression syntax) generated by Perl5Compiler. -
Classes in org.apache.oro.text.regex used by org.apache.oro.text.regex Class Description CharStringPointer The CharStringPointer class is used to facilitate traversal of a char[] in the manner pointer traversals of strings are performed in C/C++.MalformedPatternException A class used to signify the occurrence of a syntax error in a regular expression that is being compiled.MatchResult 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.Pattern The Pattern interface allows multiple representations of a regular expression to be defined.PatternCompiler The PatternCompiler interface defines the operations a regular expression compiler must implement.PatternMatcher The PatternMatcher interface defines the operations a regular expression matcher must implement.PatternMatcherInput The PatternMatcherInput class is used to preserve state across calls to thecontains()
methods of PatternMatcher instances.Perl5MatchResult A class used to store and access the results of a Perl5Pattern match.Perl5Pattern An implementation of the Pattern interface for Perl5 regular expressions.Perl5Repetition Perl5Repetition is a support class for Perl5Matcher.