public abstract class AbstractRegexParseStrategy extends Object implements ExtendedParseStrategy
Operation by regex.| Modifier and Type | Field and Description |
|---|---|
protected static int |
DEFAULT_PATTERN_FLAGS |
protected Pattern |
pattern |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractRegexParseStrategy(Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(String statement)
Determine whether the input statement is satisfied the strategy.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, getHintsprotected static final int DEFAULT_PATTERN_FLAGS
protected Pattern pattern
protected AbstractRegexParseStrategy(Pattern pattern)
public boolean match(String statement)
ExtendedParseStrategymatch in interface ExtendedParseStrategyCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.