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() |
init
public void compile(String patternString)
compile
in class PatternWrapper
public int match(String text)
PatternWrapper
match
in class PatternWrapper
text
- the input to be matchedCopyright © 2017 JacORB. All rights reserved.