Class TupleFunDef.CalcImpl

    • Method Detail

      • evaluateTuple

        public Member[] evaluateTuple​(Evaluator evaluator)
        Description copied from interface: TupleCalc
        Evaluates this expression to yield a tuple.

        A tuple cannot contain any null members. If any of the members is null, this method must return a null.

        Parameters:
        evaluator - Evaluation context
        Returns:
        an array of members, or null to represent the null tuple
      • getMemberCalcs

        public MemberCalc[] getMemberCalcs()