|
Stefy | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--stefy.Grammar
Grammar class, RT. Similarly to Lexicon, the Grammar class provides a generic grammar class. A package user can provide new grammars by extending this class.
Field Summary | |
protected Lexicon |
lexicon
|
protected Rule[] |
rules
|
Constructor Summary | |
Grammar()
|
|
Grammar(Lexicon l)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected Lexicon lexicon
protected Rule[] rules
Constructor Detail |
public Grammar()
public Grammar(Lexicon l)
|
Stefy | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |