public class WildcardMatch.StackLabelWildCard extends StackSSALabel implements Wildcard<StackSSALabel>
LValue.Creation| Modifier and Type | Field and Description |
|---|---|
private StackSSALabel |
matchedValue |
| Constructor and Description |
|---|
StackLabelWildCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
StackSSALabel |
getMatch() |
void |
resetMatch() |
applyExpressionRewriter, canThrow, collectLValueAssignments, collectVariableMutation, deepClone, dump, dumpInner, getNumberOfCreators, getPrecedence, getStackEntry, hashCode, isFinal, isVar, markFinal, markVar, replaceSingleUsageLValuescollectLValueUsage, collectTypeUsages, doesBlackListLValueReplacement, dump, dumpWithOuterPrecedence, getAnnotatedCreationType, getInferredJavaType, outerDeepClone, toString, validIteratorprivate transient StackSSALabel matchedValue
public boolean equals(java.lang.Object o)
equals in class StackSSALabelpublic StackSSALabel getMatch()
getMatch in interface Wildcard<StackSSALabel>public void resetMatch()
resetMatch in interface Wildcard<StackSSALabel>