Uses of Interface
org.apache.oro.text.regex.PatternCompiler
Packages that use PatternCompiler
-
Uses of PatternCompiler in org.apache.oro.text
Fields in org.apache.oro.text declared as PatternCompilerConstructors in org.apache.oro.text with parameters of type PatternCompilerModifierConstructorDescription(package private)GenericPatternCache(Cache cache, PatternCompiler compiler) The primary constructor for GenericPatternCache.(package private)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.(package private)PatternCacheLRU(PatternCompiler compiler) Same as: -
Uses of PatternCompiler in org.apache.oro.text.regex
Classes in org.apache.oro.text.regex that implement PatternCompilerModifier and TypeClassDescriptionfinal classThe Perl5Compiler class is used to create compiled regular expressions conforming to the Perl5 regular expression syntax.