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 TypeClassDescriptionclassfinal classRepresents the assignment of one value to anotherclassUnconditionally jumps to a target Stmtfinal classfinal classIf the condition is true, jumps to the target, otherwise continues to the next stmt.final classA method callfinal classA no-operation statement.final classA statement that ends the method, returning a value.final classA statement that ends the method, returning no value.final classA 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 classfinal classA statement that enters a JVM monitor, thereby synchronizing its following statements.final classA statement that exits a JVM monitor, thereby ending synchronization.final classRepresents the deprecated JVMretstatement (< java 1.6) - which is used in JSR Context - which is deprecated as well.class