Class AbstractAssignmentExpression
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.parse.expression.AbstractExpression
org.benf.cfr.reader.bytecode.analysis.parse.expression.AbstractAssignmentExpression
- All Implemented Interfaces:
HasByteCodeLoc, Expression, DeepCloneable<Expression>, ComparableUnderEC, Dumpable, DumpableWithPrecedence, TypeUsageCollectable
- Direct Known Subclasses:
AbstractMutatingAssignmentExpression, AssignmentExpression
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractAssignmentExpression(BytecodeLoc loc, InferredJavaType inferredJavaType) -
Method Summary
Modifier and TypeMethodDescriptionabstract ArithmeticPostMutationOperationabstract ArithmeticPreMutationOperationabstract LValueabstract booleanisSelfMutatingOp1(LValue lValue, ArithOp arithOp) Methods inherited from class AbstractExpression
addLoc, canPushDownInto, canThrow, collectTypeUsages, dump, dumpInner, dumpWithOuterPrecedence, equals, getComputedLiteral, getInferredJavaType, getLoc, getPrecedence, isSimple, isValidStatement, outerDeepClone, pushDown, toString, visitMethods inherited from class Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface DeepCloneable
deepCloneMethods inherited from interface Expression
applyExpressionRewriter, applyReverseExpressionRewriter, collectUsedLValues, equivalentUnder, replaceSingleUsageLValuesMethods inherited from interface HasByteCodeLoc
getCombinedLoc
-
Constructor Details
-
AbstractAssignmentExpression
-
-
Method Details
-
isSelfMutatingOp1
-
getPostMutation
-
getPreMutation
-
getUpdatedLValue
-