Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.lint |
Modifier and Type | Method and Description |
---|---|
static ControlFlowGraph<Node> |
ControlFlowAnalysis.getCfg(AbstractCompiler compiler,
Node cfgRoot) |
ControlFlowGraph<Node> |
NodeTraversal.getControlFlowGraph()
Gets the control flow graph for the current JS scope.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
CheckNullableReturn.canReturnNull(ControlFlowGraph<Node> graph) |
Copyright © 2009-2017 Google. All Rights Reserved.