| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
EnumElementType |
EnumType.getElementsType()
Gets the elements' type, which is a subtype of the enumerated type.
|
EnumElementType |
EnumElementType.toMaybeEnumElementType() |
EnumElementType |
JSType.toMaybeEnumElementType()
Downcasts this to an EnumElementType, or returns null if this is not an EnumElementType.
|
EnumElementType |
ProxyObjectType.toMaybeEnumElementType() |
| Modifier and Type | Method and Description |
|---|---|
JSType |
TemplateTypeReplacer.caseEnumElementType(EnumElementType type) |
T |
Visitor.caseEnumElementType(EnumElementType type)
Enum element type's case.
|
T |
AbstractDefaultValueVisitor.caseEnumElementType(EnumElementType type) |
Copyright © 2009-2019 Google. All Rights Reserved.