Uses of Enum Class
sootup.callgraph.scope.ExplorationVerdict
Packages that use ExplorationVerdict
-
Uses of ExplorationVerdict in sootup.callgraph.scope
Methods in sootup.callgraph.scope that return ExplorationVerdictModifier and TypeMethodDescription@NonNull ExplorationVerdictCallResolver.tryAdvance(@NonNull SootMethod caller, @NonNull InvokableStmt statement) Decides whether the call(s) triggered bystatementincallershould be resolved and expanded at all.DefaultCallResolver.tryAdvance(@NonNull SootMethod method, @NonNull InvokableStmt statement) ExcludedCallsCollectingCallResolver.tryAdvance(@NonNull SootMethod method, @NonNull InvokableStmt statement) @NonNull ExplorationVerdictVirtualCallResolver.tryAdvanceCall(@NonNull SootMethod caller, @NonNull MethodSignature callee, @NonNull InvokableStmt statement) Decides whether a single already-resolved dynamic-dispatch candidate should be admitted as an edge in the call graph, and whether the callee should be expanded via this edge.static ExplorationVerdictReturns the enum constant of this class with the specified name.static ExplorationVerdict[]ExplorationVerdict.values()Returns an array containing the constants of this enum class, in the order they are declared.