CharStringPointer |
The CharStringPointer class is used to facilitate traversal of a char[]
in the manner pointer traversals of strings are performed in C/C++.
|
OpCode |
The OpCode class should not be instantiated.
|
PatternMatcherInput |
The PatternMatcherInput class is used to preserve state across calls to the
contains() methods of PatternMatcher instances.
|
Perl5Compiler |
The Perl5Compiler class is used to create compiled regular expressions
conforming to the Perl5 regular expression syntax.
|
Perl5Matcher |
The Perl5Matcher class is used to match regular expressions (conforming to
the Perl5 regular expression syntax) generated by Perl5Compiler.
|
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.
|