| Package | Description |
|---|---|
| com.google.javascript.jscomp.newtypes |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,EnumType> |
Namespace.enums |
| Modifier and Type | Method and Description |
|---|---|
EnumType |
Declaration.getEnum() |
static EnumType |
EnumType.make(String name,
JSTypeExpression typeExpr,
Collection<String> props) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract com.google.common.collect.ImmutableSet<EnumType> |
JSType.getEnums() |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.addEnum(QualifiedName qname,
EnumType e) |
void |
JSTypeCreatorFromJSDoc.resolveEnum(EnumType e,
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-2015 Google. All Rights Reserved.