| 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.processTypeName(TypeNameTree tree) |
| Modifier and Type | Method and Description |
|---|---|
private TypeNameTree |
Parser.parseTypeName() |
| Modifier and Type | Method and Description |
|---|---|
private ParseTree |
Parser.parseTypeArgumentList(SourcePosition start,
TypeNameTree typeName) |
| Modifier and Type | Field and Description |
|---|---|
TypeNameTree |
ParameterizedTypeTree.typeName |
| Modifier and Type | Method and Description |
|---|---|
TypeNameTree |
ParseTree.asTypeName() |
| Constructor and Description |
|---|
ParameterizedTypeTree(SourceRange location,
TypeNameTree typeName,
com.google.common.collect.ImmutableList<ParseTree> typeArguments) |