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.
|
EnumElementType |
EnumElementType.toMaybeEnumElementType() |
EnumElementType |
ProxyObjectType.toMaybeEnumElementType() |
EnumElementType |
JSType.toMaybeEnumElementType()
Downcasts this to an EnumElementType, or returns null if this is not an EnumElementType.
|
Modifier and Type | Method and Description |
---|---|
JSType |
ModificationVisitor.caseEnumElementType(EnumElementType type) |
T |
Visitor.caseEnumElementType(EnumElementType type)
Enum element type's case.
|
Copyright © 2009–2023 Google. All rights reserved.