public static final class JsdocToEs6TypedConverter.TypeDeclarationsIRFactory extends Object
Constructor and Description |
---|
TypeDeclarationsIRFactory() |
Modifier and Type | Method and Description |
---|---|
static Node.TypeDeclarationNode |
convert(JSTypeExpression typeExpr) |
static Node.TypeDeclarationNode |
convertTypeNodeAST(Node n)
The root of a JSTypeExpression is very different from an AST node, even
though we use the same Java class to represent them.
|
@Nullable public static Node.TypeDeclarationNode convert(@Nullable JSTypeExpression typeExpr)
@Nullable public static Node.TypeDeclarationNode convertTypeNodeAST(Node n)
Copyright © 2009–2023 Google. All rights reserved.