Uses of Enum Class
com.google.javascript.rhino.ClosurePrimitive
Packages that use ClosurePrimitive
-
Uses of ClosurePrimitive in com.google.javascript.rhino
Methods in com.google.javascript.rhino that return ClosurePrimitiveModifier and TypeMethodDescriptionstatic @Nullable ClosurePrimitive
ClosurePrimitive.fromStringId
(@Nullable String id) Returns the ClosurePrimitive corresponding to the given string id.static ClosurePrimitive
Returns the enum constant of this class with the specified name.static ClosurePrimitive[]
ClosurePrimitive.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ClosurePrimitive in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return ClosurePrimitiveModifier and TypeMethodDescriptionfinal ClosurePrimitive
FunctionType.getClosurePrimitive()
Returns the@closurePrimitive
identifier associated with this functionMethods in com.google.javascript.rhino.jstype with parameters of type ClosurePrimitiveModifier and TypeMethodDescriptionFunctionType.Builder.withClosurePrimitiveId
(ClosurePrimitive id) Sets theClosurePrimitive
corresponding to this function