Uses of Interface
sootup.core.jimple.common.stmt.FallsThroughStmt
Packages that use FallsThroughStmt
Package
Description
-
Uses of FallsThroughStmt in sootup.core.graph
Methods in sootup.core.graph with parameters of type FallsThroughStmtModifier and TypeMethodDescriptionBasicBlock<?>
MutableStmtGraph.insertAfter
(Stmt afterStmt, FallsThroughStmt newStmt) inserts the "newStmt" after the position of "afterStmt"BasicBlock<?>
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 flowsMethod parameters in sootup.core.graph with type arguments of type FallsThroughStmtModifier and TypeMethodDescriptionBasicBlock<?>
MutableBlockStmtGraph.insertAfter
(Stmt existingStmt, List<FallsThroughStmt> stmts, Map<ClassType, Stmt> exceptionMap) abstract BasicBlock<?>
MutableStmtGraph.insertAfter
(Stmt afterStmt, List<FallsThroughStmt> stmts, Map<ClassType, Stmt> exceptionMap) BasicBlock<?>
MutableBlockStmtGraph.insertBefore
(Stmt existingStmt, List<FallsThroughStmt> stmts, Map<ClassType, Stmt> exceptionMap) abstract BasicBlock<?>
MutableStmtGraph.insertBefore
(Stmt beforeStmt, List<FallsThroughStmt> stmts, Map<ClassType, Stmt> exceptionMap) -
Uses of FallsThroughStmt in sootup.core.jimple.common.stmt
Classes in sootup.core.jimple.common.stmt that implement FallsThroughStmtModifier 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.Methods in sootup.core.jimple.common.stmt that return FallsThroughStmtModifier and TypeMethodDescriptionabstract FallsThroughStmt
AbstractDefinitionStmt.withNewDef
(Local newLocal) JIdentityStmt.withNewDef
(Local newLocal) -
Uses of FallsThroughStmt in sootup.core.jimple.javabytecode.stmt
Classes in sootup.core.jimple.javabytecode.stmt that implement FallsThroughStmtModifier 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.