Package | Description |
---|---|
com.google.javascript.jscomp.parsing |
Provides utilities to help with parsing JSDoc annotations and performing AST
transformations.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,Annotation> |
Config.annotationNames
Recognized JSDoc annotations, mapped from their name to their internal
representation.
|
private java.util.Map<java.lang.String,Annotation> |
JsDocInfoParser.annotationNames |
(package private) static java.util.Map<java.lang.String,Annotation> |
Annotation.recognizedAnnotations |
Modifier and Type | Method and Description |
---|---|
static Annotation |
Annotation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Annotation[] |
Annotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.String,Annotation> |
Config.buildAnnotationNames(java.util.Set<java.lang.String> annotationWhitelist)
Create the annotation names from the user-specified
annotation whitelist.
|