|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.oro.text.regex.Perl5Engine
| Constructor Summary | |
Perl5Engine()
|
|
| Method Summary | |
PatternCompiler |
createCompiler()
Creates a new instance of a PatternCompiler that can compile patterns for a particular regular expression engine. |
PatternMatcher |
createMatcher()
Creates a new instance of a PatternMatcher that can match patterns for a particular regular expression engine. |
PatternCompilerOptions |
getOptions()
Returns a PatternCompilerOptions object that can map
generic PatternCompilerOptions option constants into
constants specific to a particular regular expression engine. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Perl5Engine()
| Method Detail |
public PatternCompiler createCompiler()
PatternMatchingEngine
createCompiler in interface PatternMatchingEnginepublic PatternMatcher createMatcher()
PatternMatchingEngine
createMatcher in interface PatternMatchingEnginepublic PatternCompilerOptions getOptions()
PatternMatchingEnginePatternCompilerOptions object that can map
generic PatternCompilerOptions option constants into
constants specific to a particular regular expression engine.
getOptions in interface PatternMatchingEngine
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||