Uses of Class
sootup.core.graph.MutableBasicBlockImpl
Packages that use MutableBasicBlockImpl
-
Uses of MutableBasicBlockImpl in sootup.core.graph
Methods in sootup.core.graph that return MutableBasicBlockImplModifier and TypeMethodDescription@NonNull MutableBasicBlockImpl
MutableBasicBlock.splitBlockLinked
(int splitIdx) @NonNull MutableBasicBlockImpl
MutableBasicBlockImpl.splitBlockLinked
(int splitIdx) @NonNull MutableBasicBlockImpl
MutableBasicBlockImpl.splitBlockLinked
(@NonNull Stmt splitStmt, boolean shouldBeNewHead) splits a BasicBlock into first|second we know splitStmt must be a FallsThroughStmtMutableBasicBlock.splitBlockUnlinked
(int splitIdx) MutableBasicBlockImpl.splitBlockUnlinked
(int splitIdx) MutableBasicBlockImpl.splitBlockUnlinked
(@NonNull Stmt newTail, @NonNull Stmt newHead) splits a single MutableBasicBlock into two at splitIndex position, so that the Stmt at the splitIdx is the Head of the second MutableBasicBlock. this method does not link the splitted blocks.