Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
private static MinimizedCondition |
MinimizedCondition.computeMinimizedCondition(Node n)
Minimize the condition at the given node.
|
(package private) static MinimizedCondition |
MinimizedCondition.fromConditionNode(Node n)
Remove the passed condition node from the AST, and then return a
MinimizedCondition that represents the condition node after
minimization.
|
(package private) MinimizedCondition |
MinimizedCondition.setPlaceholder(Node placeholder) |
(package private) static MinimizedCondition |
MinimizedCondition.unoptimized(Node n)
Return a MeasuredNode of the given condition node, without minimizing
the result.
|