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 TrapModifierConstructorDescriptionStmtGraphBlockIterator
(@NonNull StmtGraph graph, @NonNull List<Trap> traps) -
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 TypeMethodDescription@NonNull Trap
Trap.withBeginStmt
(@NonNull Stmt beginStmt) @NonNull Trap
Trap.withEndStmt
(@NonNull Stmt endStmt) @NonNull Trap
Trap.withException
(@NonNull ClassType exception) @NonNull Trap
Trap.withHandlerStmt
(@NonNull 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
(@NonNull 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 TypeMethodDescription@NonNull Collection<Stmt>
LabeledStmtPrinter.getLabeledStmts
(StmtGraph stmtGraph, List<Trap> traps) Returns the result of iterating through all Stmts in this body.