Class Demo_ExprApply


  • public class Demo_ExprApply
    extends Object
    Demo showing the application of apply for an expression.
    Author:
    Herbert Praehofer
    • Constructor Detail

      • Demo_ExprApply

        public Demo_ExprApply()
    • Method Detail

      • main

        public static void main​(String[] args)
      • mkString

        public static String mkString​(Expr expr)
      • simplify

        static Expr simplify​(Expr expr)
      • isLitValue

        static boolean isLitValue​(Expr expr,
                                  boolean value)
      • print

        static void print​(Expr expr,
                          String ident)