tree
Class Go

java.lang.Object
  |
  +--tree.Go

public class Go
extends java.lang.Object

Executes arithmetic expressions from standard input.

Author:
Bernd Kuehl, Bernd.Kuehl@informatik.uni-osnabrueck.de, Axel-Tobias Schreiner, axel@informatik.uni-osnabrueck.de, Jan Kraneis, jkraneis@informatik.uni-osnabrueck.de

Constructor Summary
Go()
           
 
Method Summary
static void main(java.lang.String[] args)
          loads a vector with Number elements from standard input and evaluates them.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Go

public Go()
Method Detail

main

public static void main(java.lang.String[] args)
loads a vector with Number elements from standard input and evaluates them.
Parameters:
args - ignored