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, visit
dump
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dump
private transient Expression matchedValue
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>