Class WildcardMatch.MemberFunctionInvokationWildcard
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.MemberFunctionInvokationWildcard
- All Implemented Interfaces:
HasByteCodeLoc
,Expression
,DeepCloneable<Expression>
,ComparableUnderEC
,Wildcard<MemberFunctionInvokation>
,Dumpable
,DumpableWithPrecedence
,TypeUsageCollectable
- Enclosing class:
- WildcardMatch
public class WildcardMatch.MemberFunctionInvokationWildcard
extends WildcardMatch.AbstractBaseExpressionWildcard
implements Wildcard<MemberFunctionInvokation>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<Expression>
private final boolean
private MemberFunctionInvokation
private final String
private final Expression
-
Constructor Summary
ConstructorsConstructorDescriptionMemberFunctionInvokationWildcard
(String name, boolean isInitMethod, Expression object, List<Expression> args) -
Method Summary
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.AbstractBaseExpressionWildcard
addLoc, applyExpressionRewriter, applyReverseExpressionRewriter, canPushDownInto, canThrow, collectTypeUsages, collectUsedLValues, deepClone, dumpWithOuterPrecedence, equivalentUnder, getCombinedLoc, getComputedLiteral, getInferredJavaType, getLoc, getPrecedence, isSimple, isValidStatement, outerDeepClone, pushDown, replaceSingleUsageLValues, visit
Methods inherited from class org.benf.cfr.reader.bytecode.analysis.parse.wildcard.WildcardMatch.DebugDumpable
dump
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.benf.cfr.reader.bytecode.analysis.parse.Expression
dump
-
Field Details
-
name
-
isInitMethod
private final boolean isInitMethod -
object
-
args
-
matchedValue
-
-
Constructor Details
-
MemberFunctionInvokationWildcard
MemberFunctionInvokationWildcard(String name, boolean isInitMethod, Expression object, List<Expression> args)
-
-
Method Details
-
equals
-
getMatch
- Specified by:
getMatch
in interfaceWildcard<MemberFunctionInvokation>
-
resetMatch
public void resetMatch()- Specified by:
resetMatch
in interfaceWildcard<MemberFunctionInvokation>
-