Uses of Class
sootup.core.jimple.common.stmt.JAssignStmt
Packages that use JAssignStmt
Package
Description
-
Uses of JAssignStmt in sootup.apk.frontend.instruction
Fields in sootup.apk.frontend.instruction declared as JAssignStmtMethods in sootup.apk.frontend.instruction that return JAssignStmtModifier and TypeMethodDescriptionprotected JAssignStmt
FieldInstruction.getAssignStmt
(Local sourceValue, ConcreteRef instanceField) Check if the field type equals the type of the value that will be stored in the field. -
Uses of JAssignStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JAssignStmtModifier and TypeMethodDescriptionstatic JAssignStmt
Jimple.newAssignStmt
(LValue variable, Value rvalue, StmtPositionInfo posInfo) Constructs a AssignStmt(Variable, RValue) grammar chunk. -
Uses of JAssignStmt in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JAssignStmtModifier and TypeMethodDescriptionboolean
JimpleComparator.caseAssignStmt
(JAssignStmt stmt, Object o) -
Uses of JAssignStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JAssignStmtModifier and TypeMethodDescriptionJAssignStmt.withNewDef
(Local newLocal) JAssignStmt.withPositionInfo
(StmtPositionInfo positionInfo) JAssignStmt.withRValue
(Value rValue) JAssignStmt.withVariable
(LValue variable) -
Uses of JAssignStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JAssignStmtModifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseAssignStmt
(JAssignStmt stmt) void
ReplaceUseStmtVisitor.caseAssignStmt
(JAssignStmt stmt) void
StmtVisitor.caseAssignStmt
(JAssignStmt stmt) -
Uses of JAssignStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JAssignStmt