Uses of Class
sootup.core.jimple.basic.Trap
Packages that use Trap
Package
Description
-
Uses of Trap in qilin.core.pag
Fields in qilin.core.pag with type parameters of type Trap -
Uses of Trap in sootup.apk.frontend.main
Fields in sootup.apk.frontend.main with type parameters of type Trap -
Uses of Trap in sootup.core.graph
Constructor parameters in sootup.core.graph with type arguments of type Trap -
Uses of Trap in sootup.core.jimple
Methods in sootup.core.jimple that return Trap -
Uses of Trap in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic that return TrapModifier and TypeMethodDescriptionTrap.withBeginStmt
(Stmt beginStmt) Trap.withEndStmt
(Stmt endStmt) Trap.withException
(ClassType exception) Trap.withHandlerStmt
(Stmt handlerStmt) -
Uses of Trap in sootup.core.util.printer
Methods in sootup.core.util.printer that return types with arguments of type TrapModifier and TypeMethodDescriptionLabeledStmtPrinter.getTrapComparator
(Map<Stmt, Integer> stmtsBlockIdx) Comparator which sorts the trap output in getTraps()LabeledStmtPrinter.getTraps()
Method parameters in sootup.core.util.printer with type arguments of type TrapModifier and TypeMethodDescriptionLabeledStmtPrinter.getLabeledStmts
(StmtGraph stmtGraph, List<Trap> traps) Returns the result of iterating through all Stmts in this body.