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 JAssignStmtFieldInstruction.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 JAssignStmtJimple.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 TypeMethodDescriptionbooleanJimpleComparator.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.asJAssignStmt()default JAssignStmtStmt.asJAssignStmt()@NonNull JAssignStmtJAssignStmt.withNewDef(@NonNull Local newLocal) @NonNull JAssignStmtJAssignStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) @NonNull JAssignStmtJAssignStmt.withRValue(@NonNull Value rValue) @NonNull JAssignStmtJAssignStmt.withVariable(@NonNull LValue variable) Methods in sootup.core.jimple.common.stmt that return types with arguments of type JAssignStmtModifier and TypeMethodDescriptionJAssignStmt.toJAssignStmt()default Optional<JAssignStmt>Stmt.toJAssignStmt() -
Uses of JAssignStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JAssignStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseAssignStmt(@NonNull JAssignStmt stmt) voidReplaceUseStmtVisitor.caseAssignStmt(@NonNull JAssignStmt stmt) voidStmtVisitor.caseAssignStmt(JAssignStmt stmt) -
Uses of JAssignStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JAssignStmt -
Uses of JAssignStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JAssignStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseAssignStmt(@NonNull JAssignStmt stmt) -
Uses of JAssignStmt in sootup.spark
Methods in sootup.spark with parameters of type JAssignStmt