| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing.parser |
| Modifier and Type | Method and Description |
|---|---|
static FeatureSet.Feature |
FeatureSet.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureSet.Feature[] |
FeatureSet.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSet |
FeatureSet.require(FeatureSet.Feature feature)
Returns a feature set combining all the features from
this and feature. |
Copyright © 2009-2016 Google. All Rights Reserved.