Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
Modifier and Type | Class and Description |
---|---|
class |
ControlFlowGraph<N>
Control flow graph.
|
Modifier and Type | Method and Description |
---|---|
static <N,E> LinkedDirectedGraph<N,E> |
LinkedDirectedGraph.create() |
static <N,E> LinkedDirectedGraph<N,E> |
LinkedDirectedGraph.createWithoutAnnotations() |
Copyright © 2009-2016 Google. All Rights Reserved.