All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cnctParser.knoten

java.lang.Object
   |
   +----cnctParser.knoten

public class knoten
extends Object

Variable Index

 o BINDUNG
 o kinder
 o KONSTRUKTOR
 o LEER
 o LISTE
 o RECORD
 o STRING
 o string
 o TUPEL
 o typ
 o zahl
 o ZAHL

Constructor Index

 o knoten()

Method Index

 o compareName(String)
 o getKind(int)
 o getKinder()
 o getKinderZahl()
 o getName()
 o getTyp()
 o getWort(String)
 o getZahl()
 o LiesMenge(String, int)
 o parse(String)
 o printBaum(int, boolean)

Variables

 o typ
 private int typ
 o zahl
 private int zahl
 o string
 private String string
 o kinder
 private Vector kinder
 o LEER
 public static final int LEER
 o KONSTRUKTOR
 public static final int KONSTRUKTOR
 o BINDUNG
 public static final int BINDUNG
 o LISTE
 public static final int LISTE
 o TUPEL
 public static final int TUPEL
 o RECORD
 public static final int RECORD
 o ZAHL
 public static final int ZAHL
 o STRING
 public static final int STRING

Constructors

 o knoten
 public knoten()

Methods

 o parse
 public String parse(String str) throws parseException
 o printBaum
 public void printBaum(int offset,
                       boolean nulloffset)
 o getTyp
 public int getTyp()
 o getName
 public String getName()
 o compareName
 public boolean compareName(String str)
 o getZahl
 public int getZahl()
 o getKinder
 public Vector getKinder()
 o getKind
 public knoten getKind(int index)
 o getKinderZahl
 public int getKinderZahl()
 o getWort
 private String getWort(String str)
 o LiesMenge
 private String LiesMenge(String str,
                          int sollTyp) throws parseException

All Packages  Class Hierarchy  This Package  Previous  Next  Index