|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Opus5.Application6
Application program that illustrates the use of a binary tree to convert a postfix expression to an infix expression.
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 |
public Application6()
| Method Detail |
public static void main(java.lang.String[] args)
args - The command-line arguments. Ignored.ExpressionTree.parsePostfix(java.io.Reader)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||