public static class WildcardMatch.AnyOneOfExpression extends WildcardMatch.AbstractBaseExpressionWildcard implements Wildcard<Expression>
Modifier and Type | Field and Description |
---|---|
private java.util.Set<Expression> |
possibles |
Constructor and Description |
---|
AnyOneOfExpression(java.util.Set<Expression> possibles) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Expression |
getMatch() |
void |
resetMatch() |
addLoc, applyExpressionRewriter, applyReverseExpressionRewriter, canPushDownInto, canThrow, collectTypeUsages, collectUsedLValues, deepClone, dumpWithOuterPrecedence, equivalentUnder, getCombinedLoc, getComputedLiteral, getInferredJavaType, getLoc, getPrecedence, isSimple, isValidStatement, outerDeepClone, pushDown, replaceSingleUsageLValues, visit
dump
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dump
private java.util.Set<Expression> possibles
public AnyOneOfExpression(java.util.Set<Expression> possibles)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public Expression getMatch()
getMatch
in interface Wildcard<Expression>
public void resetMatch()
resetMatch
in interface Wildcard<Expression>