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 Modifier and Type Field Description private StaticVariable
matchedValue
private boolean
requireTypeMatch
-
Constructor Summary
Constructors Constructor Description StaticVariableWildcard(InferredJavaType type, JavaTypeInstance clazz, boolean requireTypeMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
StaticVariable
getMatch()
void
resetMatch()
-
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 Detail
-
matchedValue
private StaticVariable matchedValue
-
requireTypeMatch
private final boolean requireTypeMatch
-
-
Constructor Detail
-
StaticVariableWildcard
StaticVariableWildcard(InferredJavaType type, JavaTypeInstance clazz, boolean requireTypeMatch)
-
-
Method Detail
-
getMatch
public StaticVariable getMatch()
- Specified by:
getMatch
in interfaceWildcard<StaticVariable>
-
resetMatch
public void resetMatch()
- Specified by:
resetMatch
in interfaceWildcard<StaticVariable>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classStaticVariable
-
-