Uses of Enum Class
sootup.core.graph.BlockAnalysisDirection
Packages that use BlockAnalysisDirection
-
Uses of BlockAnalysisDirection in sootup.core.graph
Methods in sootup.core.graph that return BlockAnalysisDirectionModifier and TypeMethodDescriptionstatic BlockAnalysisDirection
Returns the enum constant of this class with the specified name.static BlockAnalysisDirection[]
BlockAnalysisDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in sootup.core.graph with parameters of type BlockAnalysisDirectionModifierConstructorDescriptionprotected
DominanceFinder
(@NonNull StmtGraph<?> blockGraph, BlockAnalysisDirection direction)