Uses of Class
org.fife.rsta.ac.js.ecma.api.ecma5.JS5String
-
Packages that use JS5String Package Description org.fife.rsta.ac.js.ecma.api.ecma5 org.fife.rsta.ac.js.ecma.api.ecma5.functions -
-
Uses of JS5String in org.fife.rsta.ac.js.ecma.api.ecma5
Methods in org.fife.rsta.ac.js.ecma.api.ecma5 with parameters of type JS5String Modifier and Type Method Description static JS5ObjectJS5Object. defineProperty(JS5Object o, JS5String name, JS5Object desc)function defineProperty(o, name, desc) create or configure an object property.static JS5ObjectJS5Object. getOwnPropertyDescriptor(JS5Object o, JS5String name)function getOwnPropertyDescriptor(o, name) query property attributes.static JS5ObjectJS5JSON. parse(JS5String s, JS5Function reviver)function parse(s, reviver) parse a JSON-formatted string. -
Uses of JS5String in org.fife.rsta.ac.js.ecma.api.ecma5.functions
Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions that return JS5String Modifier and Type Method Description JS5StringJS5DateFunctions. toISOString()function toISOString() converts a Date to ISO8601-formatted string.JS5StringJS5DateFunctions. toJSON(JS5String key)function toJSON(key) JSON-serialize a Date object.JS5StringJS5StringFunctions. trim()function trim () string leading and trailing whitespace.Methods in org.fife.rsta.ac.js.ecma.api.ecma5.functions with parameters of type JS5String Modifier and Type Method Description JS5StringJS5DateFunctions. toJSON(JS5String key)function toJSON(key) JSON-serialize a Date object.
-