Uses of Interface
com.blackrook.rookscript.resolvers.ScriptVariableResolver
Packages that use ScriptVariableResolver
Package
Description
Contains scripting components for the scripting language.
Contains various resolver implementations.
Contains script scope resolvers.
Contains script variable resolvers.
-
Uses of ScriptVariableResolver in com.blackrook.rookscript
Classes in com.blackrook.rookscript that implement ScriptVariableResolverMethods in com.blackrook.rookscript with parameters of type ScriptVariableResolverModifier and TypeMethodDescriptionScriptInstanceBuilder.andScope(String name, ScriptVariableResolver resolver) Adds a scope to be used in the script.ScriptInstanceBuilder.withScope(String name, ScriptVariableResolver resolver) Adds a scope to be used in the script, clearing the set of scopes first. -
Uses of ScriptVariableResolver in com.blackrook.rookscript.resolvers
Methods in com.blackrook.rookscript.resolvers that return ScriptVariableResolverModifier and TypeMethodDescriptionGets the corresponding scope for a scope name. -
Uses of ScriptVariableResolver in com.blackrook.rookscript.resolvers.scope
Methods in com.blackrook.rookscript.resolvers.scope that return ScriptVariableResolverModifier and TypeMethodDescriptionMethods in com.blackrook.rookscript.resolvers.scope with parameters of type ScriptVariableResolverModifier and TypeMethodDescriptionvoidDefaultScopeResolver.addScope(String name, ScriptVariableResolver resolver) Adds a scope to this scope resolver by name. -
Uses of ScriptVariableResolver in com.blackrook.rookscript.resolvers.variable
Classes in com.blackrook.rookscript.resolvers.variable that implement ScriptVariableResolverModifier and TypeClassDescriptionclassA single, scoped open variable set in which values can be set.classA single, scoped open variable set in which values can be set.classA variable resolver that wraps an object instance's fields and getters/setters as a scope.