Uses of Class
com.google.javascript.jscomp.parsing.parser.FeatureSet.Feature
-
Packages that use FeatureSet.Feature Package Description com.google.javascript.jscomp Provides the core compiler and its public API.com.google.javascript.jscomp.parsing Provides utilities to help with parsing JSDoc annotations and performing AST transformations.com.google.javascript.jscomp.parsing.parser -
-
Uses of FeatureSet.Feature in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type FeatureSet.Feature Modifier and Type Method Description booleanCompilerOptions. 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.Feature Modifier and Type Method Description static Config.LanguageModeConfig.LanguageMode. minimumRequiredFor(FeatureSet.Feature feature)Returns the lowestConfig.LanguageModethat 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.Feature Modifier and Type Method Description static FeatureSet.FeatureFeatureSet.Feature. valueOf(java.lang.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.Methods in com.google.javascript.jscomp.parsing.parser that return types with arguments of type FeatureSet.Feature Modifier and Type Method Description com.google.common.collect.ImmutableSet<FeatureSet.Feature>FeatureSet. getFeatures()Methods in com.google.javascript.jscomp.parsing.parser with parameters of type FeatureSet.Feature Modifier and Type Method Description booleanFeatureSet. contains(FeatureSet.Feature feature)Does thisFeatureSetcontain the given feature?booleanFeatureSet. has(FeatureSet.Feature feature)Does thisFeatureSetincludefeature?FeatureSetFeatureSet. with(FeatureSet.Feature feature)Returns a feature set combining all the features fromthisandfeature.FeatureSetFeatureSet. with(FeatureSet.Feature... newFeatures)Returns a feature set combining all the features fromthisandnewFeatures.FeatureSetFeatureSet. without(FeatureSet.Feature featureToRemove, FeatureSet.Feature... moreFeaturesToRemove)Method parameters in com.google.javascript.jscomp.parsing.parser with type arguments of type FeatureSet.Feature Modifier and Type Method Description FeatureSetFeatureSet. with(java.util.Set<FeatureSet.Feature> newFeatures)Returns a feature set combining all the features fromthisandnewFeatures.
-