Class PostfixBaumBau

java.lang.Object
  |
  +--PostfixBaumBau

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
private static boolean is_operator(char c)
           
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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PostfixBaumBau

public PostfixBaumBau()
Method Detail

is_operator

private static boolean is_operator(char c)

postfixBaumBau

public static Baum postfixBaumBau(char[] ausdruck)

main

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