| Package | Description |
|---|---|
| com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
| com.google.javascript.jscomp.parsing.parser |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
IRFactory.TransformDispatcher.maybeWarnEs6Feature(ParseTree node,
FeatureSet.Feature feature) |
(package private) void |
IRFactory.TransformDispatcher.maybeWarnTypeSyntax(ParseTree node,
FeatureSet.Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureSet.Feature |
FeatureSet.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.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureSet |
FeatureSet.require(FeatureSet.Feature feature)
Returns a feature set combining all the features from
this and feature. |