Class WildcardMatch.CastExpressionWildcard
- 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.CastExpressionWildcard
-
- All Implemented Interfaces:
HasByteCodeLoc,Expression,DeepCloneable<Expression>,ComparableUnderEC,Wildcard<CastExpression>,Dumpable,DumpableWithPrecedence,TypeUsageCollectable
- Enclosing class:
- WildcardMatch
public class WildcardMatch.CastExpressionWildcard extends WildcardMatch.AbstractBaseExpressionWildcard implements Wildcard<CastExpression>
-
-
Field Summary
Fields Modifier and Type Field Description private JavaTypeInstanceclazzprivate Expressionexpressionprivate CastExpressionmatchedValue
-
Constructor Summary
Constructors Constructor Description CastExpressionWildcard(JavaTypeInstance clazz, Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)CastExpressiongetMatch()voidresetMatch()-
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
-
clazz
private final JavaTypeInstance clazz
-
matchedValue
private CastExpression matchedValue
-
expression
private Expression expression
-
-
Constructor Detail
-
CastExpressionWildcard
CastExpressionWildcard(JavaTypeInstance clazz, Expression expression)
-
-
Method Detail
-
getMatch
public CastExpression getMatch()
- Specified by:
getMatchin interfaceWildcard<CastExpression>
-
resetMatch
public void resetMatch()
- Specified by:
resetMatchin interfaceWildcard<CastExpression>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-