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 ClosurePrimitiveClosurePrimitive. fromStringId(java.lang.String id)Returns the ClosurePrimitive corresponding to the given string id.static ClosurePrimitiveClosurePrimitive. 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 ClosurePrimitiveFunctionType. getClosurePrimitive()Returns the@closurePrimitiveidentifier associated with this functionMethods in com.google.javascript.rhino.jstype with parameters of type ClosurePrimitive Modifier and Type Method Description FunctionType.BuilderFunctionType.Builder. withClosurePrimitiveId(ClosurePrimitive id)Sets theClosurePrimitivecorresponding to this function
-