Module DataFlowImpl3
DEPRECATED: Use Make
and MakeWithState
instead.
Provides a Configuration
class backwards-compatible interface to the data
flow library.
Import path
import semmle.code.java.dataflow.internal.DataFlowImpl3
Imports
DataFlowImplCommonPublic | |
FlowStateString |
Provides |
I |
Constructs a data flow computation given a full input configuration. |
Public |
Classes
Configuration |
A configuration of interprocedural data flow analysis. This defines sources, sinks, and any other configurable aspect of the analysis. Each use of the global data flow library must define its own unique extension of this abstract class. To create a configuration, extend this class with a subclass whose characteristic predicate is a unique singleton string. For example, write |
PathNode |
A |