public class WildcardMatch.ConstructorInvokationSimpleWildcard extends WildcardMatch.AbstractBaseExpressionWildcard implements Wildcard<ConstructorInvokationSimple>
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Expression> |
args |
private JavaTypeInstance |
clazz |
private ConstructorInvokationSimple |
matchedValue |
| Constructor and Description |
|---|
ConstructorInvokationSimpleWildcard(JavaTypeInstance clazz,
java.util.List<Expression> args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ConstructorInvokationSimple |
getMatch() |
void |
resetMatch() |
addLoc, applyExpressionRewriter, applyReverseExpressionRewriter, canPushDownInto, canThrow, collectTypeUsages, collectUsedLValues, deepClone, dumpWithOuterPrecedence, equivalentUnder, getCombinedLoc, getComputedLiteral, getInferredJavaType, getLoc, getPrecedence, isSimple, isValidStatement, outerDeepClone, pushDown, replaceSingleUsageLValues, visitdumpclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdumpprivate ConstructorInvokationSimple matchedValue
private final JavaTypeInstance clazz
private final java.util.List<Expression> args
ConstructorInvokationSimpleWildcard(JavaTypeInstance clazz, java.util.List<Expression> args)
public ConstructorInvokationSimple getMatch()
getMatch in interface Wildcard<ConstructorInvokationSimple>public void resetMatch()
resetMatch in interface Wildcard<ConstructorInvokationSimple>public boolean equals(java.lang.Object o)
equals in class java.lang.Object