public class JDK14PatternWrapper extends PatternWrapper
| Constructor and Description |
|---|
JDK14PatternWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(java.lang.String patternString) |
int |
match(java.lang.String text)
Match the given input against this pattern.
|
java.lang.String |
toString() |
initpublic void compile(java.lang.String patternString)
compile in class PatternWrapperpublic int match(java.lang.String text)
PatternWrappermatch in class PatternWrappertext - the input to be matchedpublic java.lang.String toString()
toString in class java.lang.Object