public class JDK14PatternWrapper extends PatternWrapper
| Constructor and Description |
|---|
JDK14PatternWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(String patternString) |
int |
match(String text)
Match the given input against this pattern.
|
String |
toString() |
initpublic void compile(String patternString)
compile in class PatternWrapperpublic int match(String text)
PatternWrappermatch in class PatternWrappertext - the input to be matchedCopyright © 2017 JacORB. All rights reserved.