public class WildcardMatch.ExpressionWildcard extends WildcardMatch.AbstractBaseExpressionWildcard implements Wildcard<Expression>
| Modifier and Type | Field and Description |
|---|---|
private Expression |
matchedValue |
| Constructor and Description |
|---|
ExpressionWildcard() |
| 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, visitdumpclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpprivate transient Expression matchedValue
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic Expression getMatch()
getMatch in interface Wildcard<Expression>public void resetMatch()
resetMatch in interface Wildcard<Expression>