Uses of Class
com.google.javascript.jscomp.ControlFlowGraph
-
Packages that use ControlFlowGraph Package Description com.google.javascript.jscomp -
-
Uses of ControlFlowGraph in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return ControlFlowGraph Modifier and Type Method Description static ControlFlowGraph<Node>ControlFlowAnalysis. getCfg(AbstractCompiler compiler, Node cfgRoot)ControlFlowGraph<Node>NodeTraversal. getControlFlowGraph()Gets the control flow graph for the current JS scope.
-