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.String
assemblyFullName
Fully assembly qualified name: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: Microsoft.JScriptstatic java.lang.String
className
Qualified class name: Microsoft.JScript.StringPrototypestatic JCType
classType
The 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.String
anchor(NetObject thisob, NetObject anchorName)
static java.lang.String
big(NetObject thisob)
static java.lang.String
blink(NetObject thisob)
static java.lang.String
bold(NetObject thisob)
static StringPrototype
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoStringPrototype
, a cast assert is made to check if types are compatible.static java.lang.String
charAt(NetObject thisob, double pos)
static NetObject
charCodeAt(NetObject thisob, double pos)
static java.lang.String
concat(NetObject thisob, NetObject... args)
static java.lang.String
fixed(NetObject thisob)
static java.lang.String
fontcolor(NetObject thisob, NetObject colorName)
static java.lang.String
fontsize(NetObject thisob, NetObject fontSize)
static StringConstructor
getconstructor()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typestatic int
indexOf(NetObject thisob, NetObject searchString, double position)
static java.lang.String
italics(NetObject thisob)
static int
lastIndexOf(NetObject thisob, NetObject searchString, double position)
static java.lang.String
link(NetObject thisob, NetObject linkRef)
static int
localeCompare(NetObject thisob, NetObject thatob)
static NetObject
match(NetObject thisob, VsaEngine engine, NetObject regExp)
static java.lang.String
replace(NetObject thisob, NetObject regExp, NetObject replacement)
static int
search(NetObject thisob, VsaEngine engine, NetObject regExp)
void
setJCOInstance(JCObject instance)
static java.lang.String
slice(NetObject thisob, double start, NetObject end)
static java.lang.String
small(NetObject thisob)
static ArrayObject
split(NetObject thisob, VsaEngine engine, NetObject separator, NetObject limit)
static java.lang.String
strike(NetObject thisob)
static java.lang.String
sub(NetObject thisob)
static java.lang.String
substr(NetObject thisob, double start, NetObject count)
static java.lang.String
substring(NetObject thisob, double start, NetObject end)
static java.lang.String
sup(NetObject thisob)
static java.lang.String
toLocaleLowerCase(NetObject thisob)
static java.lang.String
toLocaleUpperCase(NetObject thisob)
static java.lang.String
toLowerCase(NetObject thisob)
static java.lang.String
toString(NetObject thisob)
static java.lang.String
toUpperCase(NetObject thisob)
static NetObject
valueOf(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classStringObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classStringObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classStringObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classStringObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classStringObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classStringObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static StringPrototype cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoStringPrototype
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
StringPrototype
instance- 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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
ArithmeticException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
SecurityException
RegexMatchTimeoutException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
ArithmeticException
MissingManifestResourceException
ObjectDisposedException
RegexMatchTimeoutException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
ArithmeticException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
SecurityException
RegexMatchTimeoutException
ArithmeticException
-
valueOf
public static NetObject valueOf(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.Throwable
JScriptException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
ArithmeticException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
RegexMatchTimeoutException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
ArithmeticException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
ArithmeticException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
ArithmeticException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
toString
public static java.lang.String toString(NetObject thisob) throws java.lang.Throwable, JScriptException
- Throws:
java.lang.Throwable
JScriptException
-
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.Throwable
ArgumentException
ArgumentNullException
CultureNotFoundException
ArgumentOutOfRangeException
NotSupportedException
InvalidOperationException
FormatException
JScriptException
NotImplementedException
MissingMethodException
NullReferenceException
OverflowException
OutOfMemoryException
-
getconstructor
public static StringConstructor getconstructor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-