Package sootup.core.jimple.common.stmt
package sootup.core.jimple.common.stmt
-
ClassDescriptionInterface for Stmts at which the execution does not necessarily continue with the following Stmt in the Listas an equivalent to BranchingStmtInterface for Stmts that could invoke a different method which will be executed before the next statement is executedRepresents the assignment of one value to anotherUnconditionally jumps to a target StmtIf the condition is true, jumps to the target, otherwise continues to the next stmt.A method callA no-operation statement.A statement that ends the method, returning a value.A statement that ends the method, returning no value.A statement that throws an Exception