All Classes and Interfaces
Class
Description
Represents a control flow graph.
To create an instance call
ControlFlow.findControlFlow().Finds either Taint or Data flow between specified start and end methods.
This visitor is used to find method invocations that match a given method pattern as defined by
InvocationMatcher.Finds matching method invocations.
Plan:
The most basic version of a
MethodMatcher that allows implementers to craft custom matching logic.