Class Calculator2


  • public class Calculator2
    extends java.lang.Object
    This examples illustrates collaboration between multiple actions through the common execution context stack. It differs from Calculator1 in that it supports arbitrary nesting of computation elements. You can test this application with the sample XML file calculator3.xml.
    • Constructor Summary

      Constructors 
      Constructor Description
      Calculator2()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Calculator2

        public Calculator2()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception