Class Term.BinaryN

    • Constructor Detail

      • BinaryN

        protected BinaryN​(String name,
                          int type,
                          Term arg1,
                          Term arg2)
    • Method Detail

      • evalB

        public boolean evalB​(EvalEnv env)
        Description copied from class: Term
        Evaluates this term to a boolean value.
        Specified by:
        evalB in class Term
        Parameters:
        env - the application dependant environment.
        Returns:
        a boolean value