Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
GatherExternProperties.ExtractRecordTypePropertyNames.caseEnumElementType(EnumElementType type) |
Modifier and Type | Method and Description |
---|---|
JSType |
ChainableReverseAbstractInterpreter.RestrictByTypeOfResultVisitor.caseEnumElementType(EnumElementType enumElementType) |
Modifier and Type | Field and Description |
---|---|
private EnumElementType |
EnumType.elementsType |
Modifier and Type | Method and Description |
---|---|
EnumElementType |
EnumType.getElementsType()
Gets the elements' 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 |
---|---|
T |
Visitor.caseEnumElementType(EnumElementType type)
Enum element type's case.
|
JSType |
ModificationVisitor.caseEnumElementType(EnumElementType type) |
java.lang.Boolean |
CanCastToVisitor.caseEnumElementType(EnumElementType typeType,
JSType thatType) |
T |
RelationshipVisitor.caseEnumElementType(EnumElementType typeType,
JSType thatType)
Enum element type's case.
|