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
public abstract class JS5String extends JSString implements 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
-
-
Method Summary
-
Methods inherited from class org.fife.rsta.ac.js.ecma.api.ecma3.JSString
fromCharCode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma5.functions.JS5StringFunctions
trim
-
Methods inherited from interface org.fife.rsta.ac.js.ecma.api.ecma3.functions.JSObjectFunctions
hasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOf
-
Methods 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 Detail
-
JS5String
public JS5String(JSString s)
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.
-
-