mirror of
https://github.com/github/codeql.git
synced 2026-07-24 12:42:02 +02:00
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
/**
|
|
* Provides classes for working with the AST, as well as files and locations.
|
|
*/
|
|
|
|
import codeql.Locations
|
|
import codeql.files.FileSystem
|
|
import codeql.unified.Ast::Unified
|
|
import codeql.unified.internal.AstExtra::Public
|
|
import codeql.unified.internal.Variables::Public
|