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 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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.lvalue.StackSSALabel
applyExpressionRewriter, canThrow, collectLValueAssignments, collectVariableMutation, deepClone, dump, dumpInner, getNumberOfCreators, getPrecedence, getStackEntry, hashCode, 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 Details
-
matchedValue
-
-
Constructor Details
-
StackLabelWildCard
StackLabelWildCard()
-
-
Method Details
-
equals
- Overrides:
equals
in classStackSSALabel
-
getMatch
- Specified by:
getMatch
in interfaceWildcard<StackSSALabel>
-
resetMatch
public void resetMatch()- Specified by:
resetMatch
in interfaceWildcard<StackSSALabel>
-