Package com.google.javascript.jscomp
Interface ReferenceCollectingCallback.Behavior
-
- Enclosing class:
- ReferenceCollectingCallback
public static interface ReferenceCollectingCallback.Behavior
Way for callers to add specific behavior during traversal that utilizes the built-up reference information.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
afterExitScope(NodeTraversal t, ReferenceMap referenceMap)
Called after we finish with a scope.
-
-
-
Method Detail
-
afterExitScope
void afterExitScope(NodeTraversal t, ReferenceMap referenceMap)
Called after we finish with a scope.
-
-