Uses of Class
com.google.javascript.rhino.jstype.EnumElementType
-
Packages that use EnumElementType Package Description com.google.javascript.rhino.jstype -
-
Uses of EnumElementType in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return EnumElementType Modifier and Type Method Description EnumElementTypeEnumType. getElementsType()Gets the elements' type, which is a subtype of the enumerated type.EnumElementTypeEnumElementType. toMaybeEnumElementType()EnumElementTypeJSType. toMaybeEnumElementType()Downcasts this to an EnumElementType, or returns null if this is not an EnumElementType.EnumElementTypeProxyObjectType. toMaybeEnumElementType()Methods in com.google.javascript.rhino.jstype with parameters of type EnumElementType Modifier and Type Method Description JSTypeTemplateTypeReplacer. caseEnumElementType(EnumElementType type)TVisitor. caseEnumElementType(EnumElementType type)Enum element type's case.TVisitor.WithDefaultCase. caseEnumElementType(EnumElementType type)
-