Class PostfixBaumBau

java.lang.Object
  extended byPostfixBaumBau

public class PostfixBaumBau
extends java.lang.Object

Klasse PostfixBaumBau enthaelt statische Methode postfixBaumBau, die einen Postfix-Ausdruck uebergeben bekommt und den zugehoerigen Baum zurueckliefert. Verwendet wird ein Keller ueber Baeumen.


Constructor Summary
PostfixBaumBau()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static Baum postfixBaumBau(char[] ausdruck)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostfixBaumBau

public PostfixBaumBau()
Method Detail

postfixBaumBau

public static Baum postfixBaumBau(char[] ausdruck)

main

public static void main(java.lang.String[] argv)