Class WildcardMatch.StaticVariableWildcard
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.AbstractLValue
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.AbstractFieldVariable
org.benf.cfr.reader.bytecode.analysis.parse.lvalue.StaticVariable
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.StaticVariableWildcard
- All Implemented Interfaces:
LValue
,DeepCloneable<LValue>
,Wildcard<StaticVariable>
,Dumpable
,DumpableWithPrecedence
,TypeUsageCollectable
- Enclosing class:
- WildcardMatch
public class WildcardMatch.StaticVariableWildcard
extends StaticVariable
implements Wildcard<StaticVariable>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.benf.cfr.reader.bytecode.analysis.parse.LValue
LValue.Creation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStaticVariableWildcard
(InferredJavaType type, JavaTypeInstance clazz, boolean requireTypeMatch) -
Method Summary
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.lvalue.StaticVariable
applyExpressionRewriter, deepClone, dumpInner, getNonSimpleCopy, getPrecedence, getSimpleCopy, hashCode, replaceSingleUsageLValues
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.lvalue.AbstractFieldVariable
collectLValueAssignments, collectTypeUsages, collectVariableMutation, getClassFileField, getField, getFieldName, getNumberOfCreators, getOwningClassType, getRawFieldName, isFinal, isHiddenDeclaration, isVar, markFinal, markVar
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.lvalue.AbstractLValue
canThrow, collectLValueUsage, doesBlackListLValueReplacement, dump, dump, dumpWithOuterPrecedence, getAnnotatedCreationType, getInferredJavaType, outerDeepClone, toString, validIterator
-
Field Details
-
matchedValue
-
requireTypeMatch
private final boolean requireTypeMatch
-
-
Constructor Details
-
StaticVariableWildcard
StaticVariableWildcard(InferredJavaType type, JavaTypeInstance clazz, boolean requireTypeMatch)
-
-
Method Details
-
getMatch
- Specified by:
getMatch
in interfaceWildcard<StaticVariable>
-
resetMatch
public void resetMatch()- Specified by:
resetMatch
in interfaceWildcard<StaticVariable>
-
equals
- Overrides:
equals
in classStaticVariable
-