public class WildcardMatch.ConstructorInvokationAnonymousInnerWildcard extends WildcardMatch.AbstractBaseExpressionWildcard implements Wildcard<ConstructorInvokationAnonymousInner>
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Expression> |
args |
private JavaTypeInstance |
clazz |
private ConstructorInvokationAnonymousInner |
matchedValue |
| Constructor and Description |
|---|
ConstructorInvokationAnonymousInnerWildcard(JavaTypeInstance clazz,
java.util.List<Expression> args) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ConstructorInvokationAnonymousInner |
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 ConstructorInvokationAnonymousInner matchedValue
private final JavaTypeInstance clazz
private final java.util.List<Expression> args
ConstructorInvokationAnonymousInnerWildcard(JavaTypeInstance clazz, java.util.List<Expression> args)
public ConstructorInvokationAnonymousInner getMatch()
getMatch in interface Wildcard<ConstructorInvokationAnonymousInner>public void resetMatch()
resetMatch in interface Wildcard<ConstructorInvokationAnonymousInner>public boolean equals(java.lang.Object o)
equals in class java.lang.Object