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 JSString
constructor, length, prototype -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class JSString
fromCharCodeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JS5StringFunctions
trimMethods inherited from interface JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfMethods inherited from interface 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.
-