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, wait
convert, getHints
protected static final int DEFAULT_PATTERN_FLAGS
protected Pattern pattern
protected AbstractRegexParseStrategy(Pattern pattern)
public boolean match(String statement)
ExtendedParseStrategy
match
in interface ExtendedParseStrategy
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.