Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.collect.ImmutableList<DestructuredTarget> |
DestructuredTarget.createAllNonEmptyTargetsInPattern(JSTypeRegistry registry,
JSType patternType,
Node pattern)
Returns all the targets directly in the given pattern, except for EMPTY nodes
|
static com.google.common.collect.ImmutableList<DestructuredTarget> |
DestructuredTarget.createAllNonEmptyTargetsInPattern(JSTypeRegistry registry,
com.google.common.base.Supplier<JSType> patternType,
Node pattern)
Returns all the targets directly in the given pattern, except for EMPTY nodes
|
Copyright © 2009-2020 Google. All Rights Reserved.