public static class WildcardMatch.AnyOneOfExpression extends Object implements Wildcard<Expression>
| Constructor and Description |
|---|
AnyOneOfExpression(Set<Expression> possibles) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Expression |
getMatch() |
void |
resetMatch() |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumppublic AnyOneOfExpression(Set<Expression> possibles)
public Expression getMatch()
getMatch in interface Wildcard<Expression>public void resetMatch()
resetMatch in interface Wildcard<Expression>Copyright © 2011-2021. All Rights Reserved.