| 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 |
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,
NamespaceLit namespaceLit,
EnumType enumType,
DeclaredTypeRegistry functionScope,
RawNominalType nominal,
boolean isTypeVar,
boolean isConstant,
boolean isForwardDeclaration) |
Copyright © 2009-2016 Google. All Rights Reserved.