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 voidScriptFunctions.setContext(ScriptFunctions context)  - 
Uses of ScriptFunctions in com.relogiclabs.jschema.internal.library
Classes in com.relogiclabs.jschema.internal.library that implement ScriptFunctionsModifier and TypeClassDescriptionclassAbstractFunctionsclassAbstractMethodsclassArrayMethods1classCommonMethods1classGlobalFunctions1classNumberMethods1classObjectMethods1classStringMethods1 - 
Uses of ScriptFunctions in com.relogiclabs.jschema.library
Classes in com.relogiclabs.jschema.library that implement ScriptFunctionsModifier and TypeClassDescriptionclassArrayMethodsis designed to provide public access to all internal array methods of script.classCommonMethodsis designed to provide public access to all internal common methods of script.classGlobalFunctionsis designed to provide public access to all internal library functions of script.classNumberMethodsis designed to provide public access to all internal number methods of script.classObjectMethodsis designed to provide public access to all internal object methods of script.classStringMethodsis 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 GlobalFunctionsGlobalFunctions.getInstance(ScriptFunctions functions)