All Classes and Interfaces

Class
Description
 
Allows for the creation of an InvocationMatcher by implementing four simple predicates.
 
 
Represents a control flow graph.
To create an instance call ControlFlow.findControlFlow().
 
 
 
 
 
 
Finds either Taint or Data flow between specified start and end methods.
 
Finds matching method invocations.
 
 
 
 
 
 
 
Plan:
 
 
 
The most basic version of a MethodMatcher that allows implementers to craft custom matching logic.
 
 
 
 
 
 
Marks a JavaSourceFile as matching if all the passed methods are found.
Equivalent to UsesMethod but for any InvocationMatcher.