Uses of Class
sootup.core.jimple.common.stmt.AbstractStmt
Packages that use AbstractStmt
-
Uses of AbstractStmt in sootup.core.jimple.common.stmt
Subclasses of AbstractStmt in sootup.core.jimple.common.stmtModifier and TypeClassDescriptionclass
final class
Represents the assignment of one value to anotherclass
Unconditionally jumps to a target Stmtfinal 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.final class
A statement that ends the method, returning a value.final class
A statement that ends the method, returning no value.final class
A statement that throws an Exception -
Uses of AbstractStmt in sootup.core.jimple.javabytecode.stmt
Subclasses of AbstractStmt in sootup.core.jimple.javabytecode.stmtModifier 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.class