Uses of Interface
com.relogiclabs.jschema.extension.ScriptFunctions
Packages that use ScriptFunctions
Package
Description
-
Uses of ScriptFunctions in com.relogiclabs.jschema.extension
Subinterfaces of ScriptFunctions in com.relogiclabs.jschema.extensionClasses in com.relogiclabs.jschema.extension that implement ScriptFunctionsMethods in com.relogiclabs.jschema.extension with parameters of type ScriptFunctionsModifier and TypeMethodDescriptiondefault void
ScriptFunctions.setContext
(ScriptFunctions context) -
Uses of ScriptFunctions in com.relogiclabs.jschema.internal.library
Classes in com.relogiclabs.jschema.internal.library that implement ScriptFunctionsModifier 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
Classes in com.relogiclabs.jschema.library that implement ScriptFunctionsModifier 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.Methods in com.relogiclabs.jschema.library with parameters of type ScriptFunctionsModifier and TypeMethodDescriptionstatic GlobalFunctions
GlobalFunctions.getInstance
(ScriptFunctions functions)