Class WildcardMatch.StackLabelWildCard
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.lvalue.AbstractLValue
-
- org.benf.cfr.reader.bytecode.analysis.parse.lvalue.StackSSALabel
-
- org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.StackLabelWildCard
-
- All Implemented Interfaces:
LValue
,DeepCloneable<LValue>
,Wildcard<StackSSALabel>
,Dumpable
,DumpableWithPrecedence
,TypeUsageCollectable
- Enclosing class:
- WildcardMatch
public static class WildcardMatch.StackLabelWildCard extends StackSSALabel implements Wildcard<StackSSALabel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.benf.cfr.reader.bytecode.analysis.parse.LValue
LValue.Creation
-
-
Field Summary
Fields Modifier and Type Field Description private StackSSALabel
matchedValue
-
Constructor Summary
Constructors Constructor Description StackLabelWildCard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
StackSSALabel
getMatch()
void
resetMatch()
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.lvalue.StackSSALabel
applyExpressionRewriter, canThrow, collectLValueAssignments, collectVariableMutation, deepClone, dump, dumpInner, getNumberOfCreators, getPrecedence, getStackEntry, hashCode, isFakeIgnored, isFinal, isVar, markFinal, markVar, replaceSingleUsageLValues
-
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.lvalue.AbstractLValue
collectLValueUsage, collectTypeUsages, doesBlackListLValueReplacement, dump, dumpWithOuterPrecedence, getAnnotatedCreationType, getInferredJavaType, outerDeepClone, toString, validIterator
-
-
-
-
Field Detail
-
matchedValue
private transient StackSSALabel matchedValue
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classStackSSALabel
-
getMatch
public StackSSALabel getMatch()
- Specified by:
getMatch
in interfaceWildcard<StackSSALabel>
-
resetMatch
public void resetMatch()
- Specified by:
resetMatch
in interfaceWildcard<StackSSALabel>
-
-