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