Package microsoft.jscript
Class StringPrototype
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.ScriptObject
-
- microsoft.jscript.JSObject
-
- microsoft.jscript.StringObject
-
- microsoft.jscript.StringPrototype
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
LenientStringPrototype
public class StringPrototype extends StringObject
The base .NET class managing Microsoft.JScript.StringPrototype, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.StringPrototype
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: Microsoft.JScriptstatic java.lang.StringclassNameQualified class name: Microsoft.JScript.StringPrototypestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description StringPrototype()StringPrototype(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringanchor(NetObject thisob, NetObject anchorName)static java.lang.Stringbig(NetObject thisob)static java.lang.Stringblink(NetObject thisob)static java.lang.Stringbold(NetObject thisob)static StringPrototypecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoStringPrototype, a cast assert is made to check if types are compatible.static java.lang.StringcharAt(NetObject thisob, double pos)static NetObjectcharCodeAt(NetObject thisob, double pos)static java.lang.Stringconcat(NetObject thisob, NetObject... args)static java.lang.Stringfixed(NetObject thisob)static java.lang.Stringfontcolor(NetObject thisob, NetObject colorName)static java.lang.Stringfontsize(NetObject thisob, NetObject fontSize)static StringConstructorgetconstructor()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class Typestatic intindexOf(NetObject thisob, NetObject searchString, double position)static java.lang.Stringitalics(NetObject thisob)static intlastIndexOf(NetObject thisob, NetObject searchString, double position)static java.lang.Stringlink(NetObject thisob, NetObject linkRef)static intlocaleCompare(NetObject thisob, NetObject thatob)static NetObjectmatch(NetObject thisob, VsaEngine engine, NetObject regExp)static java.lang.Stringreplace(NetObject thisob, NetObject regExp, NetObject replacement)static intsearch(NetObject thisob, VsaEngine engine, NetObject regExp)voidsetJCOInstance(JCObject instance)static java.lang.Stringslice(NetObject thisob, double start, NetObject end)static java.lang.Stringsmall(NetObject thisob)static ArrayObjectsplit(NetObject thisob, VsaEngine engine, NetObject separator, NetObject limit)static java.lang.Stringstrike(NetObject thisob)static java.lang.Stringsub(NetObject thisob)static java.lang.Stringsubstr(NetObject thisob, double start, NetObject count)static java.lang.Stringsubstring(NetObject thisob, double start, NetObject end)static java.lang.Stringsup(NetObject thisob)static java.lang.StringtoLocaleLowerCase(NetObject thisob)static java.lang.StringtoLocaleUpperCase(NetObject thisob)static java.lang.StringtoLowerCase(NetObject thisob)static java.lang.StringtoString(NetObject thisob)static java.lang.StringtoUpperCase(NetObject thisob)static NetObjectvalueOf(NetObject thisob)-
Methods inherited from class microsoft.jscript.StringObject
getlength
-
Methods inherited from class microsoft.jscript.JSObject
AddField, GetMember, GetMembers, SetMemberValue2
-
Methods inherited from class microsoft.jscript.ScriptObject
GetField, GetFields, GetMethod, GetMethod, GetMethods, GetParent, GetProperties, GetProperty, GetProperty, getUnderlyingSystemType, InvokeMember, InvokeMember
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.JScript- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.JScript.StringPrototype- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classStringObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classStringObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classStringObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classStringObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classStringObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classStringObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static StringPrototype cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoStringPrototype, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
StringPrototypeinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
indexOf
public static int indexOf(NetObject thisob, NetObject searchString, double position) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, ArithmeticException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionArithmeticException
-
lastIndexOf
public static int lastIndexOf(NetObject thisob, NetObject searchString, double position) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
localeCompare
public static int localeCompare(NetObject thisob, NetObject thatob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
search
public static int search(NetObject thisob, VsaEngine engine, NetObject regExp) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, SecurityException, RegexMatchTimeoutException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionRegexMatchTimeoutException
-
split
public static ArrayObject split(NetObject thisob, VsaEngine engine, NetObject separator, NetObject limit) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, ArithmeticException, MissingManifestResourceException, ObjectDisposedException, RegexMatchTimeoutException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionArithmeticExceptionMissingManifestResourceExceptionObjectDisposedExceptionRegexMatchTimeoutException
-
charCodeAt
public static NetObject charCodeAt(NetObject thisob, double pos) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, ArithmeticException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionArithmeticException
-
match
public static NetObject match(NetObject thisob, VsaEngine engine, NetObject regExp) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, SecurityException, RegexMatchTimeoutException, ArithmeticException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionRegexMatchTimeoutExceptionArithmeticException
-
valueOf
public static NetObject valueOf(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
anchor
public static java.lang.String anchor(NetObject thisob, NetObject anchorName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
big
public static java.lang.String big(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
blink
public static java.lang.String blink(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
bold
public static java.lang.String bold(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
charAt
public static java.lang.String charAt(NetObject thisob, double pos) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, ArithmeticException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionArithmeticException
-
concat
public static java.lang.String concat(NetObject thisob, NetObject... args) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
fixed
public static java.lang.String fixed(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
fontcolor
public static java.lang.String fontcolor(NetObject thisob, NetObject colorName) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
fontsize
public static java.lang.String fontsize(NetObject thisob, NetObject fontSize) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
italics
public static java.lang.String italics(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
link
public static java.lang.String link(NetObject thisob, NetObject linkRef) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
replace
public static java.lang.String replace(NetObject thisob, NetObject regExp, NetObject replacement) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, RegexMatchTimeoutException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionRegexMatchTimeoutException
-
slice
public static java.lang.String slice(NetObject thisob, double start, NetObject end) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, ArithmeticException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionArithmeticException
-
small
public static java.lang.String small(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
strike
public static java.lang.String strike(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
sub
public static java.lang.String sub(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
substr
public static java.lang.String substr(NetObject thisob, double start, NetObject count) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, ArithmeticException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionArithmeticException
-
substring
public static java.lang.String substring(NetObject thisob, double start, NetObject end) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException, ArithmeticException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryExceptionArithmeticException
-
sup
public static java.lang.String sup(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
toLocaleLowerCase
public static java.lang.String toLocaleLowerCase(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
toLocaleUpperCase
public static java.lang.String toLocaleUpperCase(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
toLowerCase
public static java.lang.String toLowerCase(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
toString
public static java.lang.String toString(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.ThrowableJScriptException
-
toUpperCase
public static java.lang.String toUpperCase(NetObject thisob) throws java.lang.Throwable, ArgumentException, ArgumentNullException, CultureNotFoundException, ArgumentOutOfRangeException, NotSupportedException, InvalidOperationException, FormatException, JScriptException, NotImplementedException, MissingMethodException, NullReferenceException, OverflowException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotSupportedExceptionInvalidOperationExceptionFormatExceptionJScriptExceptionNotImplementedExceptionMissingMethodExceptionNullReferenceExceptionOverflowExceptionOutOfMemoryException
-
getconstructor
public static StringConstructor getconstructor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-