Uses of Class
com.google.javascript.jscomp.DestructuredTarget
Packages that use DestructuredTarget
-
Uses of DestructuredTarget in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp that return types with arguments of type DestructuredTargetModifier and TypeMethodDescriptionstatic 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 nodesstatic 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