Uses of Interface
org.apache.oro.text.regex.PatternCompiler
-
Packages that use PatternCompiler Package Description org.apache.oro.text org.apache.oro.text.regex -
-
Uses of PatternCompiler in org.apache.oro.text
Fields in org.apache.oro.text declared as PatternCompiler Modifier and Type Field Description (package private) PatternCompiler
GenericPatternCache. _compiler
Constructors in org.apache.oro.text with parameters of type PatternCompiler Constructor Description GenericPatternCache(Cache cache, PatternCompiler compiler)
The primary constructor for GenericPatternCache.PatternCacheLRU(int capacity, PatternCompiler compiler)
Creates a PatternCacheLRU instance with a given cache capacity, and initialized to use a given PatternCompiler instance as a pattern compiler.PatternCacheLRU(PatternCompiler compiler)
Same as: -
Uses of PatternCompiler in org.apache.oro.text.regex
Classes in org.apache.oro.text.regex that implement PatternCompiler Modifier and Type Class Description class
Perl5Compiler
The Perl5Compiler class is used to create compiled regular expressions conforming to the Perl5 regular expression syntax.
-