Uses of Interface
com.relogiclabs.jschema.extension.ScriptFunctions
Package
Description
-
Uses of ScriptFunctions in com.relogiclabs.jschema.extension
Modifier and TypeMethodDescriptiondefault void
ScriptFunctions.setContext
(ScriptFunctions context) -
Uses of ScriptFunctions in com.relogiclabs.jschema.internal.library
Modifier and TypeClassDescriptionclass
AbstractFunctions
class
AbstractMethods
class
ArrayMethods1
class
CommonMethods1
class
GlobalFunctions1
class
NumberMethods1
class
ObjectMethods1
class
StringMethods1
-
Uses of ScriptFunctions in com.relogiclabs.jschema.library
Modifier 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
GlobalFunctions
is designed to provide public access to all internal library functions 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.Modifier and TypeMethodDescriptionstatic GlobalFunctions
GlobalFunctions.getInstance
(ScriptFunctions functions)