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