Class AbstractAssignment
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.statement.AbstractStatement
org.benf.cfr.reader.bytecode.analysis.parse.statement.AbstractAssignment
- All Implemented Interfaces:
HasByteCodeLoc, DeepCloneable<Statement>, Statement, ComparableUnderEC, Dumpable
- Direct Known Subclasses:
AssignmentPreMutation, AssignmentSimple
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract AbstractAssignmentExpressionabstract Expressionabstract Expressionabstract booleanisSelfMutatingOp1(LValue lValue, ArithOp arithOp) abstract booleanMethods inherited from class AbstractStatement
addLoc, canThrow, collectLocallyMutatedVariables, collectLValueAssignments, collectObjectCreation, doesBlackListLValueReplacement, fallsToNext, getCompoundParts, getContainer, getCreatedLValue, getLoc, getRValue, getTargetStatement, isCompound, outerDeepClone, setContainer, setLifetimeHint, toString, wantsLifetimeHintMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DeepCloneable
deepCloneMethods inherited from interface HasByteCodeLoc
getCombinedLocMethods inherited from interface Statement
collectLValueUsage, equivalentUnder, getStructuredStatement, replaceSingleUsageLValues, rewriteExpressions
-
Constructor Details
-
AbstractAssignment
-
-
Method Details
-
isSelfMutatingOperation
public abstract boolean isSelfMutatingOperation() -
isSelfMutatingOp1
-
getPostMutation
-
getPreMutation
-
getInliningExpression
-