Package sootup.core.jimple.common.stmt


package sootup.core.jimple.common.stmt
  • Class
    Description
     
     
    Interface for Stmts at which the execution does not necessarily continue with the following Stmt in the List
    as an equivalent to BranchingStmt
    Interface for Stmts that could invoke a different method which will be executed before the next statement is executed
    Represents the assignment of one value to another
    Unconditionally jumps to a target Stmt
     
    If the condition is true, jumps to the target, otherwise continues to the next stmt.
    A method call
    A 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