Class JEnterMonitorStmt

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

public final class JEnterMonitorStmt extends AbstractStmt implements FallsThroughStmt
A statement that enters a JVM monitor, thereby synchronizing its following statements.