package passes
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package astcreation
Type Members
- 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.
- class BuiltinTypesPass extends SimpleCpgPass
- 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).
- class ConfigPass extends ConcurrentWriterCpgPass[(Path, Path)]
- class DefineTypes extends Enumeration
- class DependenciesPass extends SimpleCpgPass
- class JsMetaDataPass extends SimpleCpgPass
- class PrivateKeyFilePass extends ConfigPass
- class UsedIdentNodesPass extends DefaultAstVisitor
Value Members
- object Defines extends DefineTypes
- object EcmaBuiltins
- object PassHelpers