Uses of Class
com.twineworks.tweakflow.lang.runtime.Runtime.Var
Packages that use Runtime.Var
-
Uses of Runtime.Var in com.twineworks.tweakflow.lang.runtime
Methods in com.twineworks.tweakflow.lang.runtime that return Runtime.VarModifier and TypeMethodDescriptionMethods in com.twineworks.tweakflow.lang.runtime with parameters of type Runtime.VarModifier and TypeMethodDescriptionRuntime.createChangeSensitiveUpdateBatch(Runtime.Var[] vars) Runtime.createUpdateBatch(Runtime.Var[] vars) booleanRuntime.Var.dependsOn(Runtime.Var other) booleanRuntime.Var.isReferencedBy(Runtime.Var other) voidRuntime.setVars(Runtime.Var[] vars, Value[] values) voidRuntime.updateVars(Runtime.Var[] vars, Value[] values) Method parameters in com.twineworks.tweakflow.lang.runtime with type arguments of type Runtime.VarModifier and TypeMethodDescriptionvoidRuntime.updateVars(List<Runtime.Var> vars, List<Value> values)