|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxtc.tree.Visitor
xtc.parser.MetaDataCreator
public class MetaDataCreator
Visitor to create the production meta-data. Note that this visitor only creates the meta-data records, but does not fill in appropriate values. Further note that this visitor assumes that the entire grammar is contained in a single module.
DeadProductionEliminator,
MetaDataSetter| Constructor Summary | |
|---|---|
MetaDataCreator()
Create a new meta-data creator. |
|
| Method Summary | |
|---|---|
void |
visit(Module m)
Visit the specified grammar. |
void |
visit(Production p)
Visit the specified production. |
| Methods inherited from class xtc.tree.Visitor |
|---|
dispatch, equals, hashCode, iterate, map, mapInPlace, unableToVisit, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaDataCreator()
| Method Detail |
|---|
public void visit(Module m)
public void visit(Production p)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||