public class EnumElementType extends ObjectType
EnumType).JSType.HasPropertyKind, JSType.Nullability, JSType.SubtypingMode, JSType.TypePairtemplateTypeMap| Modifier and Type | Method and Description |
|---|---|
JSType |
autoboxesTo()
Turn a scalar type to the corresponding object type.
|
boolean |
canBeCalled()
This predicate is used to test whether a given type can be used as the
'function' in a function call.
|
protected JSType |
findPropertyTypeWithoutConsideringTemplateTypes(java.lang.String propertyName)
Looks up a property on this type, but without properly replacing any templates in the result.
|
FunctionType |
getConstructor()
Gets this object's constructor.
|
EnumType |
getEnumType() |
ObjectType |
getImplicitPrototype()
Gets the implicit prototype (a.k.a.
|
JSType |
getPrimitiveType()
Gets the primitive type of this enum element.
|
JSType.HasPropertyKind |
getPropertyKind(java.lang.String propertyName,
boolean autobox)
Checks whether the property is present on the object.
|
com.google.javascript.rhino.jstype.PropertyMap |
getPropertyMap()
Returns the property map that manages the set of properties for an object.
|
java.lang.String |
getReferenceName()
Gets the reference name for this object.
|
boolean |
isNominalType()
Whether this type is a nominal type (a named instance object or
a named enum).
|
boolean |
isNullable()
Tests whether this type is nullable.
|
boolean |
isObject()
Tests whether this type is an
Object, or any subtype thereof. |
boolean |
isVoidable()
Tests whether this type is voidable.
|
boolean |
matchesNumberContext()
This predicate is used to test whether a given type can appear in a numeric context, such as an
operand of a multiply operator.
|
boolean |
matchesObjectContext()
This predicate is used to test whether a given type can appear in an
Object context, such as the expression in a with statement. |
boolean |
matchesStringContext()
This predicate is used to test whether a given type can appear in a
String context, such as an operand of a string concat (+) operator. |
TernaryValue |
testForEquality(JSType that)
Compares
this and that. |
EnumElementType |
toMaybeEnumElementType()
Downcasts this to an EnumElementType, or returns null if this is not an EnumElementType.
|
<T> T |
visit(Visitor<T> visitor)
Visit this type with the given visitor.
|
cast, clearCachedValues, createDelegateSuffix, defineDeclaredProperty, defineInferredProperty, defineSynthesizedProperty, findClosestDefinition, getClosestDefiningType, getCtorExtendedInterfaces, getCtorImplementedInterfaces, getDisplayName, getEnumeratedTypeOfEnumObject, getImplicitPrototypeChain, getJSDocInfo, getNormalizedReferenceName, getOwnerFunction, getOwnPropertyDefSite, getOwnPropertyJSDocInfo, getOwnPropertyKind, getOwnPropertyNames, getOwnSlot, getPossibleToBooleanOutcomes, getPropertiesCount, getPropertyDefSite, getPropertyJSDocInfo, getPropertyNames, getPropertyNode, getPropertyType, getPropertyTypeMap, getRawType, getSlot, getSuperClassConstructor, getTemplateTypes, getTopMostDefiningType, getTypeOfThis, hasCachedValues, hasOwnProperty, hasReferenceName, isAmbiguousObject, isFunctionPrototypeType, isNativeObjectType, isPropertyInExterns, isPropertyTypeDeclared, isPropertyTypeInferred, isStructuralType, isUnknownType, removeProperty, setJSDocInfo, setPropertyJSDocInfo, setPropertyNodeareIdentical, assertFunctionType, assertObjectType, autobox, canCastTo, canTestForEqualityWith, canTestForShallowEqualityWith, collapseUnion, containsReferenceAncestor, dereference, differsFrom, equals, findPropertyType, getEnumeratedTypeOfEnumElement, getGreatestSubtype, getGreatestSubtypeWithProperty, getLeastSupertype, getPropertyKind, getRestrictedTypeGivenOutcome, getTemplateParamCount, getTemplateTypeMap, getTypeParameters, getTypesUnderEquality, getTypesUnderInequality, getTypesUnderShallowEquality, getTypesUnderShallowInequality, getUnionMembers, hasAnyTemplateTypes, hasDisplayName, hashCode, hasProperty, isAllType, isArrayType, isBooleanObjectType, isBooleanValueType, isBoxableScalar, isCheckedUnknownType, isConstructor, isDateType, isDict, isEmptyType, isEnumElementType, isEnumType, isExplicitlyVoidable, isFunctionType, isGlobalThisType, isInstanceType, isInterface, isLiteralObject, isNamedType, isNominalConstructor, isNoObjectType, isNoResolvedType, isNoType, isNullType, isNumber, isNumberObjectType, isNumberValueType, isObjectType, isOrdinaryFunction, isRawTypeOfTemplatizedType, isRecordType, isRegexpType, isResolved, isSomeUnknownType, isString, isStringObjectType, isStringValueType, isStruct, isStructuralInterface, isSubtype, isSubtype, isSubtypeOf, isSubtypeOf, isSubtypeWithoutStructuralTyping, isSuccessfullyResolved, isSymbol, isSymbolObjectType, isSymbolValueType, isTemplateType, isTemplatizedType, isUnionType, isUnresolved, isUnresolvedOrResolvedUnknown, isUnsuccessfullyResolved, isVoidType, loosenTypecheckingDueToForwardReferencedSupertype, matchConstraint, matchesSymbolContext, mergeSupertypeTemplateTypes, resolve, restrictByNotNull, restrictByNotNullOrUndefined, restrictByNotUndefined, setValidator, toAnnotationString, toMaybeEnumType, toMaybeFunctionType, toMaybeFunctionType, toMaybeNamedType, toMaybeObjectType, toMaybeRecordType, toMaybeTemplateType, toMaybeTemplatizedType, toMaybeUnionType, toObjectType, toString, unboxesTopublic EnumType getEnumType()
public JSType.HasPropertyKind getPropertyKind(java.lang.String propertyName, boolean autobox)
JSTypegetPropertyKind in class ObjectTypepropertyName - The property name.autobox - Whether to check for the presents on an autoboxed typepublic com.google.javascript.rhino.jstype.PropertyMap getPropertyMap()
ObjectTypepublic EnumElementType toMaybeEnumElementType()
JSTypetoMaybeEnumElementType in class JSTypepublic boolean matchesNumberContext()
JSTypematchesNumberContext in class JSTypepublic boolean matchesStringContext()
JSTypeString context, such as an operand of a string concat (+) operator.
All types have at least the potential for converting to String.
When we add externally defined types, such as a browser OM, we may choose
to add types that do not automatically convert to String.matchesStringContext in class JSTypepublic boolean matchesObjectContext()
JSTypeObject context, such as the expression in a with statement.
Most types we will encounter, except notably null, have at least
the potential for converting to Object. Host defined objects can
get peculiar.matchesObjectContext in class JSTypepublic boolean canBeCalled()
JSTypecanBeCalled in class JSTypetrue if this type might be callable.public boolean isObject()
JSTypeObject, or any subtype thereof.isObject in class ObjectTypethis <: Objectpublic TernaryValue testForEquality(JSType that)
JSTypethis and that.testForEquality in class ObjectTypeTernaryValue.TRUE if the comparison of values of
this type and that always succeed (such as
undefined compared to null)TernaryValue.FALSE if the comparison of values of
this type and that always fails (such as
undefined compared to number)TernaryValue.UNKNOWN if the comparison can succeed or
fail depending on the concrete valuespublic boolean isNullable()
JSTypeisNullable in class JSTypepublic boolean isVoidable()
JSTypeisVoidable in class JSTypepublic boolean isNominalType()
JSTypeisNominalType in class JSTypepublic java.lang.String getReferenceName()
ObjectTypeReturning an empty string means something different than returning null. An empty string may
indicate an anonymous constructor, which we treat differently than a literal type without a
reference name. e.g. in InstanceObjectType.appendTo(TypeStringBuilder)
getReferenceName in class ObjectTypenull if this is an anonymous objectpublic <T> T visit(Visitor<T> visitor)
JSTypevisit in class ObjectTypeVisitorpublic ObjectType getImplicitPrototype()
ObjectType[[Prototype]] property).getImplicitPrototype in class ObjectTypeprotected JSType findPropertyTypeWithoutConsideringTemplateTypes(java.lang.String propertyName)
JSTypeSubclasses can override this if they need more complicated logic for property lookup than just autoboxing to an object.
This is only for use by findPropertyType(JSType). Call that method instead if you
need to lookup a property on a random JSType
findPropertyTypeWithoutConsideringTemplateTypes in class ObjectTypepublic FunctionType getConstructor()
ObjectTypegetConstructor in class ObjectTypenull if it is a native
object (constructed natively v.s. by instantiation of a function)public JSType autoboxesTo()
JSTypeautoboxesTo in class JSTypenull if this type is not a scalar.public JSType getPrimitiveType()
Copyright © 2009-2020 Google. All Rights Reserved.