Uses of Interface
sootup.core.jimple.common.stmt.FallsThroughStmt
Package
Description
-
Uses of FallsThroughStmt in sootup.core.graph
Modifier and TypeMethodDescriptionvoid
MutableStmtGraph.insertBefore
(Stmt beforeStmt, FallsThroughStmt newStmt) inserts the "newStmt" before the position of "beforeStmt" i.e.void
MutableBlockStmtGraph.putEdge
(FallsThroughStmt stmtA, Stmt stmtB) abstract void
MutableStmtGraph.putEdge
(FallsThroughStmt from, Stmt to) Modifications of unexceptional flowsModifier and TypeMethodDescriptionvoid
MutableBlockStmtGraph.insertBefore
(Stmt beforeStmt, List<FallsThroughStmt> stmts, Map<ClassType, Stmt> exceptionMap) abstract void
MutableStmtGraph.insertBefore
(Stmt beforeStmt, List<FallsThroughStmt> stmts, Map<ClassType, Stmt> exceptionMap) -
Uses of FallsThroughStmt in sootup.core.jimple.common.stmt
Modifier and TypeClassDescriptionfinal class
Represents the assignment of one value to anotherfinal class
final class
If the condition is true, jumps to the target, otherwise continues to the next stmt.final class
A method callfinal class
A no-operation statement.Modifier and TypeMethodDescriptionabstract FallsThroughStmt
AbstractDefinitionStmt.withNewDef
(Local newLocal) JIdentityStmt.withNewDef
(Local newLocal) -
Uses of FallsThroughStmt in sootup.core.jimple.javabytecode.stmt
Modifier and TypeClassDescriptionfinal class
final class
A statement that enters a JVM monitor, thereby synchronizing its following statements.final class
A statement that exits a JVM monitor, thereby ending synchronization.final class
Represents the deprecated JVMret
statement (< java 1.6) - which is used in JSR Context - which is deprecated as well.