Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Method and Description |
---|---|
Typedef |
Declaration.getTypedef() |
static Typedef |
Typedef.make(JSTypeExpression typeExpr) |
Modifier and Type | Method and Description |
---|---|
void |
Namespace.addTypedef(QualifiedName qname,
Typedef td) |
void |
JSTypeCreatorFromJSDoc.resolveTypedef(Typedef td,
DeclaredTypeRegistry registry) |
Constructor and Description |
---|
Declaration(JSType simpleType,
Typedef typedef,
Namespace ns,
DeclaredTypeRegistry funScope,
boolean isTypeVar,
boolean isConstant) |
Copyright © 2009–2023 Google. All rights reserved.