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