Java jdk.nashorn.internal.objects NativeString fields, constructors, methods, implement or subclass

Example usage for Java jdk.nashorn.internal.objects NativeString fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for jdk.nashorn.internal.objects NativeString.

The text is from its open source code.

Method

StringcharAt(final Object self, final Object pos)
ECMA 15.5.4.4 String.prototype.charAt (pos)
StringcharAt(final Object self, final double pos)
ECMA 15.5.4.4 String.prototype.charAt (pos) - specialized version for double position
StringcharAt(final Object self, final int pos)
ECMA 15.5.4.4 String.prototype.charAt (pos) - specialized version for int position
Objectconstructor(final boolean newObj, final Object self, final Object... args)
ECMA 15.5.2.1 new String ( [ value ] ) Constructor
Objectconstructor(final boolean newObj, final Object self, final Object arg)
ECMA 15.5.2.1 new String ( [ value ] ) - special version with one arg Constructor
Objectconstructor(final boolean newObj, final Object self, final int arg)
ECMA 15.5.2.1 new String ( [ value ] ) - special version with exactly one int arg Constructor
Objectconstructor(final boolean newObj, final Object self, final long arg)
ECMA 15.5.2.1 new String ( [ value ] ) - special version with exactly one int arg Constructor
Objectconstructor(final boolean newObj, final Object self, final double arg)
ECMA 15.5.2.1 new String ( [ value ] ) - special version with exactly one int arg Constructor
Objectconstructor(final boolean newObj, final Object self, final boolean arg)
ECMA 15.5.2.1 new String ( [ value ] ) - special version with exactly one boolean arg Constructor
intindexOf(final Object self, final Object search)
ECMA 15.5.4.7 String.prototype.indexOf (searchString, position) specialized for no position parameter
StringtoString()
StringtoString(final Object self)
ECMA 15.5.4.2 String.prototype.toString ( )
Stringtrim(final Object self)
ECMA 15.5.4.20 String.prototype.trim ( )