mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
/**
|
|
* Provides classes for performing local (intra-procedural) and
|
|
* global (inter-procedural) data flow analyses.
|
|
*/
|
|
|
|
import java
|
|
|
|
module DataFlow {
|
|
import semmle.code.java.dataflow.internal.DataFlowImpl
|
|
}
|