Class WildcardMatch.ArithmeticMutationWildcard
- 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.ArithmeticMutationWildcard
-
- All Implemented Interfaces:
HasByteCodeLoc
,Expression
,DeepCloneable<Expression>
,ComparableUnderEC
,Wildcard<ArithmeticMutationOperation>
,Dumpable
,DumpableWithPrecedence
,TypeUsageCollectable
- Enclosing class:
- WildcardMatch
public class WildcardMatch.ArithmeticMutationWildcard extends WildcardMatch.AbstractBaseExpressionWildcard implements Wildcard<ArithmeticMutationOperation>
-
-
Field Summary
Fields Modifier and Type Field Description private OptionalMatch<LValue>
lhs
private OptionalMatch<ArithOp>
op
private OptionalMatch<Expression>
rhs
-
Constructor Summary
Constructors Constructor Description ArithmeticMutationWildcard(Optional<LValue> lhs, Optional<Expression> rhs, Optional<ArithOp> op)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
ArithmeticMutationOperation
getMatch()
OptionalMatch<ArithOp>
getOp()
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
-
lhs
private final OptionalMatch<LValue> lhs
-
rhs
private final OptionalMatch<Expression> rhs
-
op
private final OptionalMatch<ArithOp> op
-
-
Method Detail
-
getMatch
public ArithmeticMutationOperation getMatch()
- Specified by:
getMatch
in interfaceWildcard<ArithmeticMutationOperation>
-
getOp
public OptionalMatch<ArithOp> getOp()
-
resetMatch
public void resetMatch()
- Specified by:
resetMatch
in interfaceWildcard<ArithmeticMutationOperation>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
-