Package com.relogiclabs.jschema.library
Class StringMethods
Object
AbstractFunctions
AbstractMethods
StringMethods1
StringMethods
- All Implemented Interfaces:
InvokableNative
,ScriptFunctions
,ScriptMethods
public class StringMethods
extends StringMethods1
StringMethods
is designed to provide public access to all internal string
methods of script.-
Constructor Summary
-
Method Summary
Methods inherited from class StringMethods1
copy, endsWith, find, find, length, lower, number, parseFloat, parseInt, startsWith, trim, upper
Methods inherited from class AbstractMethods
getSelf, setSelf
Methods inherited from class AbstractFunctions
getMethod, getRuntime, getScope, setMethod, setScope
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface InvokableNative
getMethod, getRuntime, setMethod
Methods inherited from interface ScriptFunctions
getScope, setContext, setScope
Methods inherited from interface ScriptMethods
setContext
-
Constructor Details
-
StringMethods
public StringMethods()
-
-
Method Details
-
getInstance
-