| 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 | |
| com.google.javascript.jscomp.parsing.parser.trees |
| Modifier and Type | Method and Description |
|---|---|
(package private) Node |
IRFactory.TransformDispatcher.processNamespaceName(NamespaceNameTree name) |
| Modifier and Type | Method and Description |
|---|---|
private NamespaceNameTree |
Parser.parseNamespaceName() |
| Modifier and Type | Field and Description |
|---|---|
NamespaceNameTree |
NamespaceDeclarationTree.name |
| Constructor and Description |
|---|
NamespaceDeclarationTree(SourceRange location,
NamespaceNameTree name,
com.google.common.collect.ImmutableList<ParseTree> elements) |