Class BindOrSourcePlan

    • Field Detail

      • var

        protected final Var var
    • Constructor Detail

      • BindOrSourcePlan

        protected BindOrSourcePlan​(Var var)
    • Method Detail

      • exec

        public final List<Binding> exec​(List<Binding> values,
                                        Context context)
        Updates the values block.
        Parameters:
        values - the values.
        context - the execution context.
        Returns:
        the new binding
      • getVar

        public final Var getVar()