Uses of Class
com.google.javascript.rhino.jstype.EnumType
Packages that use EnumType
-
Uses of EnumType in com.google.javascript.jscomp
Methods in com.google.javascript.jscomp with parameters of type EnumTypeModifier and TypeMethodDescriptionSymbolTable.getSymbolDeclaredBy(EnumType enumType) Gets the symbol for the given enum. -
Uses of EnumType in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return EnumTypeModifier and TypeMethodDescriptionEnumType.Builder.build()EnumElementType.getEnumType()EnumType.toMaybeEnumType()JSType.toMaybeEnumType()Downcasts this to an EnumType, or returns null if this is not an EnumType.final EnumTypeProxyObjectType.toMaybeEnumType()