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 RecursiveBindings
Tool. elementScriptBindings
My script bindings.Methods in g3.project.core that return RecursiveBindings Modifier and Type Method Description RecursiveBindings
Tool. getScriptingBindings()
Get the local scope for this object.static RecursiveBindings
Scripting. 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 void
Scripting. evalString(java.lang.String code, java.lang.String lang, RecursiveBindings bindings)
Evaluate a string of code.void
RecursiveBindings. 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 RecursiveBindings
DocElement. getScriptingBindings()
RecursiveBindings
Scriptable. getScriptingBindings()
Get the local scope for this object.RecursiveBindings
VisualElement. 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.
-