Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package gadfly :: Module kjParseBuild :: Class marshalReconstruct |
|
Reconstruct
--+
|
marshalReconstruct
Reconstruction using marshalling to a file encodes internal structures for grammar using marshal-able objects. Final marshalling to the file is done at CleanUp() storing one big list.
Method Summary | |
---|---|
__init__(self,
Grammar,
Tofile)
| |
this is the function that does the marshalling... | |
PutLex(self)
| |
PutRules(self)
| |
PutTransitions(self)
| |
Inherited from Reconstruct | |
|
Method Details |
---|
Cleanup(self)this is the function that does the marshalling |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:06 2003 | http://epydoc.sf.net |