Package at.jku.ssw.fp.sect05_3.parser
Class Demo2_ExprParser
- java.lang.Object
-
- at.jku.ssw.fp.sect05_3.parser.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 Summary
Constructors Constructor Description Demo2_ExprParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Allows to enter string for Boolean expressions in prefix notation and tries to parse the input string.
-
-
-
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)
-
-