Class Demo2_ExprParser


  • public abstract class Demo2_ExprParser
    extends Object
    Demo showing parsing expressions. Allows to enter string for Boolean expressions in prefix notation and tries to parse the input string. Terminate with empty input.
    Author:
    Herbert Praehofer
    • Constructor Detail

      • Demo2_ExprParser

        public Demo2_ExprParser()
    • Method Detail

      • main

        public static void main​(String[] args)
        Allows to enter string for Boolean expressions in prefix notation and tries to parse the input string. Terminate with empty input.
        Parameters:
        args - application arguments (not used)