public class DAssignStmt extends AbstractDefinitionStmt implements AssignStmt
leftBox, rightBoxboxesPointingToThiscol, line, mTagList| Constructor and Description |
|---|
DAssignStmt(ValueBox left,
ValueBox right) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a deep clone of this object.
|
void |
setLeftOp(Value variable) |
void |
setRightOp(Value rvalue) |
String |
toString() |
void |
toString(UnitPrinter up) |
branches, fallsThrough, getDefBoxes, getLeftOp, getLeftOpBox, getRightOp, getRightOpBox, getUseBoxescontainsArrayRef, containsFieldRef, containsInvokeExpr, convertToBaf, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBoxaddBoxPointingToThis, apply, clearUnitBoxes, getBoxesPointingToThis, getUnitBoxes, getUseAndDefBoxes, redirectJumpsToThisTo, removeBoxPointingToThisaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLeftOp, getLeftOpBox, getRightOp, getRightOpBoxcontainsArrayRef, containsFieldRef, containsInvokeExpr, getArrayRef, getArrayRefBox, getFieldRef, getFieldRefBox, getInvokeExpr, getInvokeExprBoxaddBoxPointingToThis, branches, clearUnitBoxes, fallsThrough, getBoxesPointingToThis, getDefBoxes, getUnitBoxes, getUseAndDefBoxes, getUseBoxes, redirectJumpsToThisTo, removeBoxPointingToThisapplyaddAllTagsOf, addTag, getJavaSourceStartColumnNumber, getJavaSourceStartLineNumber, getTag, getTags, hasTag, removeAllTags, removeTagpublic Object clone()
AbstractUnitclone in interface Unitclone in class AbstractUnitpublic void setLeftOp(Value variable)
setLeftOp in interface AssignStmtpublic void setRightOp(Value rvalue)
setRightOp in interface AssignStmtpublic void toString(UnitPrinter up)
Copyright © 2021 Soot OSS. All rights reserved.