Class WildcardMatch.ConstructorInvokationSimpleWildcard
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.ConstructorInvokationSimpleWildcard
- All Implemented Interfaces:
HasByteCodeLoc, Expression, DeepCloneable<Expression>, ComparableUnderEC, Wildcard<ConstructorInvokationSimple>, Dumpable, DumpableWithPrecedence, TypeUsageCollectable
- Enclosing class:
WildcardMatch
public class WildcardMatch.ConstructorInvokationSimpleWildcard
extends WildcardMatch.AbstractBaseExpressionWildcard
implements Wildcard<ConstructorInvokationSimple>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<Expression> private final JavaTypeInstanceprivate ConstructorInvokationSimple -
Constructor Summary
ConstructorsConstructorDescriptionConstructorInvokationSimpleWildcard(JavaTypeInstance clazz, List<Expression> args) -
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
-
matchedValue
-
clazz
-
args
-
-
Constructor Details
-
ConstructorInvokationSimpleWildcard
ConstructorInvokationSimpleWildcard(JavaTypeInstance clazz, List<Expression> args)
-
-
Method Details
-
getMatch
- Specified by:
getMatchin interfaceWildcard<ConstructorInvokationSimple>
-
resetMatch
public void resetMatch()- Specified by:
resetMatchin interfaceWildcard<ConstructorInvokationSimple>
-
equals
-