Package | Description |
---|---|
com.google.javascript.jscomp.newtypes |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Typedef> |
Namespace.typedefs |
Modifier and Type | Method and Description |
---|---|
Typedef |
Namespace.getTypedef(QualifiedName qname) |
Typedef |
DeclaredTypeRegistry.getTypedef(String name)
Returns the instance of the typedef named
name |
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) |
Copyright © 2009–2017 Google. All rights reserved.