Class JExitMonitorStmt

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

public final class JExitMonitorStmt extends AbstractStmt implements FallsThroughStmt
A statement that exits a JVM monitor, thereby ending synchronization.