Uses of Class
sootup.core.jimple.basic.Trap
Package
Description
-
Uses of Trap in qilin.core.pag
-
Uses of Trap in sootup.apk.frontend.main
-
Uses of Trap in sootup.core.graph
Modifier and TypeMethodDescriptionForwardingStmtGraph.buildTraps()
ImmutableBlockStmtGraph.buildTraps()
MutableBlockStmtGraph.buildTraps()
hint: little expensive getter - its more of a build/create - currently no overlapsStmtGraph.buildTraps()
returns a (reconstructed) list of traps like the traptable in the bytecodeMutableBlockStmtGraph.getTrapComparator
(Map<Stmt, Integer> stmtsBlockIdx) Comparator which sorts the trap output in getTraps()StmtGraph.BlockGraphIteratorAndTrapAggregator.getTraps()
for jimple serialization - this info contains only valid/useful information if all stmts are iterated i.e. -
Uses of Trap in sootup.core.jimple
-
Uses of Trap in sootup.core.jimple.basic
Modifier and TypeMethodDescriptionTrap.withBeginStmt
(Stmt beginStmt) Trap.withEndStmt
(Stmt endStmt) Trap.withException
(ClassType exception) Trap.withHandlerStmt
(Stmt handlerStmt) -
Uses of Trap in sootup.core.model