Uses of Class
sootup.core.graph.MutableControlFlowGraph
Packages that use MutableControlFlowGraph
Package
Description
-
Uses of MutableControlFlowGraph in sootup.apk.frontend.dexpler
Constructors in sootup.apk.frontend.dexpler with parameters of type MutableControlFlowGraphModifierConstructorDescriptionDexMethodSource(Set<Local> locals, MethodSignature methodSignature, MutableControlFlowGraph mutableControlFlowGraph, org.jf.dexlib2.iface.Method method, List<BodyInterceptor> bodyInterceptors, @NonNull View view) -
Uses of MutableControlFlowGraph in sootup.core.graph
Subclasses of MutableControlFlowGraph in sootup.core.graphConstructors in sootup.core.graph with parameters of type MutableControlFlowGraphModifierConstructorDescriptionImmutableBlockControlFlowGraph(@NonNull MutableControlFlowGraph graph) -
Uses of MutableControlFlowGraph in sootup.core.model
Methods in sootup.core.model that return MutableControlFlowGraphModifier and TypeMethodDescription@NonNull MutableControlFlowGraphBody.BodyBuilder.getControlFlowGraph()Methods in sootup.core.model with parameters of type MutableControlFlowGraphModifier and TypeMethodDescriptionstatic Body.BodyBuilderBody.builder(@NonNull MutableControlFlowGraph graph) -
Uses of MutableControlFlowGraph in sootup.interceptors.typeresolving
Fields in sootup.interceptors.typeresolving declared as MutableControlFlowGraph