Class ReturnValueConstraint

    • Field Detail

      • funcall

        protected FunctionCall funcall
        The function call.
      • operator

        protected IOperator operator
        The operator.
    • Constructor Detail

      • ReturnValueConstraint

        public ReturnValueConstraint​(FunctionCall funcall,
                                     IOperator operator)
        Create a new return value constraint.
    • Method Detail

      • getOperator

        public IOperator getOperator()
        Get the operator.
        Returns:
        The operator.
      • getFunctionCall

        public FunctionCall getFunctionCall()
        Get the function call.
        Returns:
        The function call.
      • getVariables

        public java.util.List getVariables()
        Get the variables.
        Specified by:
        getVariables in interface IConstraint
        Returns:
        The declared variables.