Package | Description |
---|---|
com.google.javascript.jscomp.parsing.parser.trees |
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) |
Copyright © 2009–2023 Google. All rights reserved.