Class WildcardMatch.StaticFunctionInvokationWildcard
- 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.StaticFunctionInvokationWildcard
-
- All Implemented Interfaces:
HasByteCodeLoc
,Expression
,DeepCloneable<Expression>
,ComparableUnderEC
,Wildcard<StaticFunctionInvokation>
,Dumpable
,DumpableWithPrecedence
,TypeUsageCollectable
- Enclosing class:
- WildcardMatch
public class WildcardMatch.StaticFunctionInvokationWildcard extends WildcardMatch.AbstractBaseExpressionWildcard implements Wildcard<StaticFunctionInvokation>
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Expression>
args
private JavaTypeInstance
clazz
private StaticFunctionInvokation
matchedValue
private java.lang.String
name
private JavaTypeInstance
returnType
-
Constructor Summary
Constructors Constructor Description StaticFunctionInvokationWildcard(java.lang.String name, JavaTypeInstance clazz, JavaTypeInstance returnType, java.util.List<Expression> args)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
StaticFunctionInvokation
getMatch()
void
resetMatch()
-
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 Detail
-
name
private final java.lang.String name
-
clazz
private final JavaTypeInstance clazz
-
returnType
private final JavaTypeInstance returnType
-
args
private final java.util.List<Expression> args
-
matchedValue
private transient StaticFunctionInvokation matchedValue
-
-
Constructor Detail
-
StaticFunctionInvokationWildcard
StaticFunctionInvokationWildcard(java.lang.String name, JavaTypeInstance clazz, JavaTypeInstance returnType, java.util.List<Expression> args)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
getMatch
public StaticFunctionInvokation getMatch()
- Specified by:
getMatch
in interfaceWildcard<StaticFunctionInvokation>
-
resetMatch
public void resetMatch()
- Specified by:
resetMatch
in interfaceWildcard<StaticFunctionInvokation>
-
-