|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--misc.Syntan
Trida Syntan je implementaci vlastniho syntaktickeho analyzatoru programu MiSC. Obsahuje rekurzivni sestup dle atributove prekladove gramatiky.
Field Summary | |
static misc.Program |
strom
Vnitrni forma programu v C. |
Constructor Summary | |
Syntan()
|
Method Summary | |
static void |
chyba(java.lang.String s)
Metoda pro vypisovani chyby ve zdrojovem textu. |
static void |
start()
Startovaci metoda syntaktickeho analyzatoru. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static misc.Program strom
Constructor Detail |
public Syntan()
Method Detail |
public static void chyba(java.lang.String s) throws misc.Err
public static void start() throws misc.Err
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |