public static final class PatternExpr.And extends Object implements PatternExpr
PatternExpr.And, PatternExpr.Encoder, PatternExpr.Not, PatternExpr.Or, PatternExpr.Regex| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<PatternExpr> |
exprs() |
int |
hashCode() |
boolean |
matches(String str)
Returns true if the expression matches the value.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitand, buildQueryString, not, or, simple, toQueryStringpublic List<PatternExpr> exprs()
public boolean matches(String str)
PatternExprmatches in interface PatternExpr