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 JRetStmt
Jimple.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.javabytecode.stmt
Methods in sootup.core.jimple.javabytecode.stmt that return JRetStmtModifier and TypeMethodDescriptionJRetStmt.withPositionInfo
(StmtPositionInfo positionInfo) JRetStmt.withStmtAddress
(Value stmtAddress) -
Uses of JRetStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JRetStmtModifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseRetStmt
(JRetStmt stmt) void
ReplaceUseStmtVisitor.caseRetStmt
(JRetStmt stmt) void
StmtVisitor.caseRetStmt
(JRetStmt stmt)