Uses of Class
sootup.core.jimple.javabytecode.stmt.JRetStmt
Packages that use JRetStmt
Package
Description
-
Uses of JRetStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JRetStmtModifier and TypeMethodDescriptionstatic JRetStmtJimple.newRetStmt(Immediate stmtAddress, StmtPositionInfo posInfo) Constructs a RetStmt(Local) grammar chunk. -
Uses of JRetStmt in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JRetStmt -
Uses of JRetStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JRetStmtMethods in sootup.core.jimple.common.stmt that return types with arguments of type JRetStmt -
Uses of JRetStmt in sootup.core.jimple.javabytecode.stmt
Methods in sootup.core.jimple.javabytecode.stmt that return JRetStmtModifier and TypeMethodDescriptionJRetStmt.asJRetStmt()@NonNull JRetStmtJRetStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) @NonNull JRetStmtJRetStmt.withStmtAddress(@NonNull Value stmtAddress) Methods in sootup.core.jimple.javabytecode.stmt that return types with arguments of type JRetStmt -
Uses of JRetStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JRetStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseRetStmt(@NonNull JRetStmt stmt) voidReplaceUseStmtVisitor.caseRetStmt(@NonNull JRetStmt stmt) voidStmtVisitor.caseRetStmt(JRetStmt stmt) -
Uses of JRetStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JRetStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseRetStmt(@NonNull JRetStmt stmt)