Uses of Class
g3.project.core.RecursiveBindings
-
Packages that use RecursiveBindings Package Description g3.project.core g3.project.elements -
-
Uses of RecursiveBindings in g3.project.core
Fields in g3.project.core declared as RecursiveBindings Modifier and Type Field Description protected RecursiveBindingsTool. elementScriptBindingsMy script bindings.Methods in g3.project.core that return RecursiveBindings Modifier and Type Method Description RecursiveBindingsTool. getScriptingBindings()Get the local scope for this object.static RecursiveBindingsScripting. getTopLevelBindings()Get Scripting global/top-level bindings.Methods in g3.project.core that return types with arguments of type RecursiveBindings Modifier and Type Method Description java.util.Optional<RecursiveBindings>RecursiveBindings. getParent()Get the optional parent bindings.java.util.Optional<RecursiveBindings>Tool. getParentElementScriptingBindings()Return the Global bindings.Methods in g3.project.core with parameters of type RecursiveBindings Modifier and Type Method Description protected voidScripting. evalString(java.lang.String code, java.lang.String lang, RecursiveBindings bindings)Evaluate a string of code.voidRecursiveBindings. setParent(RecursiveBindings p)Set parent bindings. -
Uses of RecursiveBindings in g3.project.elements
Methods in g3.project.elements that return RecursiveBindings Modifier and Type Method Description RecursiveBindingsDocElement. getScriptingBindings()RecursiveBindingsScriptable. getScriptingBindings()Get the local scope for this object.RecursiveBindingsVisualElement. getScriptingBindings()Get the local scope for this object.Methods in g3.project.elements that return types with arguments of type RecursiveBindings Modifier and Type Method Description java.util.Optional<RecursiveBindings>DocElement. getParentElementScriptingBindings()Get the program-base definitions.java.util.Optional<RecursiveBindings>Scriptable. getParentElementScriptingBindings()Get Local Script Bindings of parent node, if parent node is another Scriptable element.java.util.Optional<RecursiveBindings>VisualElement. getParentElementScriptingBindings()Get Local Script Bindings of parent node, if parent node is another Scriptable element.
-