Uses of Interface
com.google.javascript.jscomp.NodeTraversal.ScopedCallback
-
Packages that use NodeTraversal.ScopedCallback Package Description com.google.javascript.jscomp com.google.javascript.jscomp.instrumentation -
-
Uses of NodeTraversal.ScopedCallback in com.google.javascript.jscomp
Classes in com.google.javascript.jscomp that implement NodeTraversal.ScopedCallback Modifier and Type Class Description class
CrossChunkReferenceCollector
Collects global variable references for use byCrossChunkCodeMotion
.class
Es6RenameVariablesInParamLists
Renames variables declared in function bodies so they don't shadow any variable referenced in the param list.class
FindModuleDependencies
Find and update any direct dependencies of an input.static class
NodeTraversal.AbstractCfgCallback
An traversal base class that tracks and caches the ControlFlowGraph (CFG) during the traversal.static class
NodeTraversal.AbstractScopedCallback
Abstract scoped callback to visit all nodes in postorder.class
RewriteClassMembers
Replaces the ES2022 class fields and class static blocks with constructor declaration. -
Uses of NodeTraversal.ScopedCallback in com.google.javascript.jscomp.instrumentation
Classes in com.google.javascript.jscomp.instrumentation that implement NodeTraversal.ScopedCallback Modifier and Type Class Description class
BranchCoverageInstrumentationCallback
Instrument branch coverage for javascript.
-