public abstract class PatternWrapper extends Object
| Constructor and Description |
|---|
PatternWrapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
compile(String pattern) |
static PatternWrapper |
init(String patternString) |
abstract int |
match(String text)
Match the given input against this pattern.
|
public static PatternWrapper init(String patternString)
public abstract void compile(String pattern)
public abstract int match(String text)
text - the input to be matchedCopyright © 2017 JacORB. All rights reserved.