Class JRetStmt

java.lang.Object
sootup.core.jimple.common.stmt.AbstractStmt
sootup.core.jimple.javabytecode.stmt.JRetStmt
All Implemented Interfaces:
EquivTo, FallsThroughStmt, Stmt, Acceptor<StmtVisitor>

public final class JRetStmt extends AbstractStmt implements FallsThroughStmt
Represents the deprecated JVM ret statement (< java 1.6) - which is used in JSR Context - which is deprecated as well.