Uses of Interface
com.twineworks.tweakflow.lang.values.ValueProvider
Packages that use ValueProvider
Package
Description
-
Uses of ValueProvider in com.twineworks.tweakflow.lang.interpreter
Methods in com.twineworks.tweakflow.lang.interpreter that return types with arguments of type ValueProviderModifier and TypeMethodDescriptionRecursiveDeferredClosure.getClosures()StackEntry.getClosures()Constructor parameters in com.twineworks.tweakflow.lang.interpreter with type arguments of type ValueProviderModifierConstructorDescriptionRecursiveDeferredClosure(Map<ReferenceNode, ValueProvider> closures, ReferenceNode referenceNode) StackEntry(Node node, MemorySpace space, Map<ReferenceNode, ValueProvider> closures) -
Uses of ValueProvider in com.twineworks.tweakflow.lang.interpreter.memory
Classes in com.twineworks.tweakflow.lang.interpreter.memory that implement ValueProvider -
Uses of ValueProvider in com.twineworks.tweakflow.lang.interpreter.ops
Classes in com.twineworks.tweakflow.lang.interpreter.ops that implement ValueProviderMethod parameters in com.twineworks.tweakflow.lang.interpreter.ops with type arguments of type ValueProviderModifier and TypeMethodDescriptionFunctionOp.evalWithClosures(IdentityHashMap<ReferenceNode, ValueProvider> closures) -
Uses of ValueProvider in com.twineworks.tweakflow.lang.runtime
Classes in com.twineworks.tweakflow.lang.runtime that implement ValueProviderMethods in com.twineworks.tweakflow.lang.runtime with parameters of type ValueProviderModifier and TypeMethodDescriptionvoidRuntime.ChangeSensitiveUpdateBatch.set(ValueProvider[] valueProviders) voidRuntime.UpdateBatch.set(ValueProvider[] valueProviders) voidRuntime.ChangeSensitiveUpdateBatch.update(ValueProvider[] valueProviders) voidRuntime.UpdateBatch.update(ValueProvider[] valueProviders) -
Uses of ValueProvider in com.twineworks.tweakflow.lang.values
Classes in com.twineworks.tweakflow.lang.values that implement ValueProviderMethods in com.twineworks.tweakflow.lang.values that return types with arguments of type ValueProviderConstructor parameters in com.twineworks.tweakflow.lang.values with type arguments of type ValueProviderModifierConstructorDescriptionStandardFunctionValue(FunctionNode functionNode, FunctionSignature signature, Map<ReferenceNode, ValueProvider> closures)