Class WildcardMatch.NewArrayWildcard
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.DebugDumpable
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.AbstractBaseExpressionWildcard
org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.NewArrayWildcard
- All Implemented Interfaces:
HasByteCodeLoc, Expression, DeepCloneable<Expression>, ComparableUnderEC, Wildcard<AbstractNewArray>, Dumpable, DumpableWithPrecedence, TypeUsageCollectable
- Enclosing class:
WildcardMatch
public class WildcardMatch.NewArrayWildcard
extends WildcardMatch.AbstractBaseExpressionWildcard
implements Wildcard<AbstractNewArray>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AbstractNewArrayprivate final intprivate final Integer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class WildcardMatch.AbstractBaseExpressionWildcard
addLoc, applyExpressionRewriter, applyReverseExpressionRewriter, canPushDownInto, canThrow, collectTypeUsages, collectUsedLValues, deepClone, dumpWithOuterPrecedence, equivalentUnder, getCombinedLoc, getComputedLiteral, getInferredJavaType, getLoc, getPrecedence, isSimple, isValidStatement, outerDeepClone, pushDown, replaceSingleUsageLValues, visitMethods inherited from class WildcardMatch.DebugDumpable
dumpMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Expression
dump
-
Field Details
-
numSizedDims
private final int numSizedDims -
numTotalDims
-
matchedValue
-
-
Constructor Details
-
NewArrayWildcard
NewArrayWildcard(int numSizedDims, Integer numTotalDims)
-
-
Method Details
-
equals
-
getMatch
- Specified by:
getMatchin interfaceWildcard<AbstractNewArray>
-
resetMatch
public void resetMatch()- Specified by:
resetMatchin interfaceWildcard<AbstractNewArray>
-