Uses of Interface
com.relogiclabs.jschema.extension.ScriptMethods
Packages that use ScriptMethods
Package
Description
-
Uses of ScriptMethods in com.relogiclabs.jschema.extension
Classes in com.relogiclabs.jschema.extension that implement ScriptMethodsMethods in com.relogiclabs.jschema.extension with parameters of type ScriptMethods -
Uses of ScriptMethods in com.relogiclabs.jschema.internal.library
Classes in com.relogiclabs.jschema.internal.library that implement ScriptMethodsModifier and TypeClassDescriptionclass
AbstractMethods
class
ArrayMethods1
class
CommonMethods1
class
NumberMethods1
class
ObjectMethods1
class
StringMethods1
-
Uses of ScriptMethods in com.relogiclabs.jschema.library
Classes in com.relogiclabs.jschema.library that implement ScriptMethodsModifier and TypeClassDescriptionclass
ArrayMethods
is designed to provide public access to all internal array methods of script.class
CommonMethods
is designed to provide public access to all internal common methods of script.class
NumberMethods
is designed to provide public access to all internal number methods of script.class
ObjectMethods
is designed to provide public access to all internal object methods of script.class
StringMethods
is designed to provide public access to all internal string methods of script.Methods in com.relogiclabs.jschema.library with parameters of type ScriptMethodsModifier and TypeMethodDescriptionstatic ArrayMethods
ArrayMethods.getInstance
(ScriptMethods methods) static CommonMethods
CommonMethods.getInstance
(ScriptMethods methods) static NumberMethods
NumberMethods.getInstance
(ScriptMethods methods) static ObjectMethods
ObjectMethods.getInstance
(ScriptMethods methods) static StringMethods
StringMethods.getInstance
(ScriptMethods methods)