Uses of Class
sootup.core.jimple.common.stmt.JAssignStmt
Package
Description
-
Uses of JAssignStmt in sootup.apk.frontend.instruction
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionboolean
JimpleComparator.caseAssignStmt
(JAssignStmt stmt, Object o) -
Uses of JAssignStmt in sootup.core.jimple.common.stmt
Modifier 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
Modifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseAssignStmt
(JAssignStmt stmt) void
ReplaceUseStmtVisitor.caseAssignStmt
(JAssignStmt stmt) void
StmtVisitor.caseAssignStmt
(JAssignStmt stmt) -
Uses of JAssignStmt in sootup.interceptors.typeresolving