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 SimpleCpgPass
  3. class CallLinkerPass extends SimpleCpgPass

    The Javascript specific call linker links static call sites (by full name) and call sites to methods in the same file (by name).

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

Value Members

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

Ungrouped