Uses of Enum Class
com.google.javascript.jscomp.parsing.parser.FeatureSet.Feature
Packages that use FeatureSet.Feature
Package
Description
-
Uses of FeatureSet.Feature in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type FeatureSet.FeatureModifier and TypeMethodDescriptionboolean
CompilerOptions.needsTranspilationOf
(FeatureSet.Feature feature) -
Uses of FeatureSet.Feature in com.google.javascript.jscomp.parsing
Methods in com.google.javascript.jscomp.parsing with parameters of type FeatureSet.FeatureModifier and TypeMethodDescriptionstatic Config.LanguageMode
Config.LanguageMode.minimumRequiredFor
(FeatureSet.Feature feature) Returns the lowestConfig.LanguageMode
that supports the specified feature. -
Uses of FeatureSet.Feature in com.google.javascript.jscomp.parsing.parser
Methods in com.google.javascript.jscomp.parsing.parser that return FeatureSet.FeatureModifier and TypeMethodDescriptionstatic FeatureSet.Feature
Returns the enum constant of this class with the specified name.static FeatureSet.Feature[]
FeatureSet.Feature.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.javascript.jscomp.parsing.parser that return types with arguments of type FeatureSet.FeatureModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet
<FeatureSet.Feature> FeatureSet.getFeatures()
Methods in com.google.javascript.jscomp.parsing.parser with parameters of type FeatureSet.FeatureModifier and TypeMethodDescriptionboolean
FeatureSet.contains
(FeatureSet.Feature feature) Does thisFeatureSet
contain the given feature?boolean
FeatureSet.has
(FeatureSet.Feature feature) Does thisFeatureSet
includefeature
?FeatureSet.with
(FeatureSet.Feature feature) Returns a feature set combining all the features fromthis
andfeature
.FeatureSet.with
(FeatureSet.Feature... newFeatures) Returns a feature set combining all the features fromthis
andnewFeatures
.FeatureSet.without
(FeatureSet.Feature featureToRemove, FeatureSet.Feature... moreFeaturesToRemove) Method parameters in com.google.javascript.jscomp.parsing.parser with type arguments of type FeatureSet.FeatureModifier and TypeMethodDescriptionFeatureSet.with
(Set<FeatureSet.Feature> newFeatures) Returns a feature set combining all the features fromthis
andnewFeatures
.