Packages

package passes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package astcreation

Type Members

  1. class AstCreationPass extends ConcurrentWriterCpgPass[(Path, Path)]

    Given a list of filenames, this pass creates the abstract syntax tree and CPG AST for each file.

    Given a list of filenames, this pass creates the abstract syntax tree and CPG AST for each file. Files are processed in parallel.

  2. class BuiltinTypesPass extends CpgPass
  3. class CallLinkerPass extends CpgPass

    This pass links call sites (by full name) and call sites to methods in the same file (by name).

  4. class ConfigPass extends ParallelCpgPass[(Path, Path)]
  5. class DefineTypes extends Enumeration
  6. class DependenciesPass extends CpgPass
  7. class JsMetaDataPass extends CpgPass
  8. class PrivateKeyFilePass extends ConfigPass
  9. class UsedIdentNodesPass extends DefaultAstVisitor

Value Members

  1. object Defines extends DefineTypes
  2. object EcmaBuiltins
  3. object PassHelpers

Ungrouped