Class JS5String
java.lang.Object
org.fife.rsta.ac.js.ecma.api.ecma3.JSString
org.fife.rsta.ac.js.ecma.api.ecma5.JS5String
- All Implemented Interfaces:
JSObjectFunctions,JSStringFunctions,JS5ObjectFunctions,JS5StringFunctions
Object String
- Since:
- Standard ECMA-262 3rd. Edition
-
Field Summary
Fields inherited from class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
constructor, length, prototype -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
fromCharCodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5StringFunctions
trimMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfMethods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSStringFunctions
charAt, charCodeAt, concat, indexOf, lastIndexOf, localeCompare, match, replace, search, slice, split, substring, toLocaleLowerCase, toLocaleUpperCase, toLowerCase, toUpperCase
-
Constructor Details
-
JS5String
Object String(s)- Parameters:
s- The value to be stored in a String or converted to a primitive type- Since:
- Standard ECMA-262 3rd. Edition, Level 2 Document Object Model Core Definition.
-