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, replaceSingleUsageLValues
collectLValueUsage, collectTypeUsages, doesBlackListLValueReplacement, dump, dumpWithOuterPrecedence, getAnnotatedCreationType, getInferredJavaType, outerDeepClone, toString, validIterator
private transient StackSSALabel matchedValue
public boolean equals(java.lang.Object o)
equals
in class StackSSALabel
public StackSSALabel getMatch()
getMatch
in interface Wildcard<StackSSALabel>
public void resetMatch()
resetMatch
in interface Wildcard<StackSSALabel>