Opus5
Class Application6

java.lang.Object
  |
  +--Opus5.Application6

public class Application6
extends java.lang.Object

Application program that illustrates the use of a binary tree to convert a postfix expression to an infix expression.

Version:
$Id: Application6.java,v 3.4 1998/12/14 02:57:41 brpreiss Exp $
Author:
Bruno R. Preiss, P.Eng.
See Also:
ExpressionTree

Constructor Summary
Application6()
           
 
Method Summary
static void main(java.lang.String[] args)
          Invokes the postfix to infix translation method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application6

public Application6()
Method Detail

main

public static void main(java.lang.String[] args)
Invokes the postfix to infix translation method.
Parameters:
args - The command-line arguments. Ignored.
See Also:
ExpressionTree.parsePostfix(java.io.Reader)