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 |
---|---|
private static Parser.Config.Mode |
ParserRunner.mode(Config.LanguageMode mode) |
Modifier and Type | Method and Description |
---|---|
static Parser.Config.Mode |
Parser.Config.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Parser.Config.Mode[] |
Parser.Config.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Config(Parser.Config.Mode mode) |