Class PostfixBaumBau

java.lang.Object
   |
   +----PostfixBaumBau

public class PostfixBaumBau
extends 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 Index

 o PostfixBaumBau()

Method Index

 o is_operator(char)
 o main(String[])
 o postfixBaumBau(char[])

Constructors

 o PostfixBaumBau
 public PostfixBaumBau()

Methods

 o is_operator
 private static boolean is_operator(char c)
 o postfixBaumBau
 public static Baum postfixBaumBau(char ausdruck[])
 o main
 public static void main(String argv[])