Package-level declarations

Types

Link copied to clipboard

This pass is responsible for handling Java-specific cases that are not covered by the general CPG logic. For example, Java has static member access, which is not modeled as a member expression, but as a reference with an FQN. This pass will convert such member expressions to references with FQNs.

Link copied to clipboard

Some piece of legacy code that deals with Java imports. We need to convert this to the new import system.