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 ClosurePrimitiveClosurePrimitive.fromStringId(@Nullable String id) Returns the ClosurePrimitive corresponding to the given string id.static ClosurePrimitiveReturns 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 ClosurePrimitiveFunctionType.getClosurePrimitive()Returns the@closurePrimitiveidentifier associated with this functionMethods in com.google.javascript.rhino.jstype with parameters of type ClosurePrimitiveModifier and TypeMethodDescriptionFunctionType.Builder.withClosurePrimitiveId(ClosurePrimitive id) Sets theClosurePrimitivecorresponding to this function