| Class | Description | 
|---|---|
| EBNFconvert | This class writes zbnf syntax from read EBNF. | 
| EBNFread | This class is the destination to storing parse results with ebnf.zbnf, the interpretation of EBNF sources. | 
| EBNFread.EBNFalt | It is either the whole syntax of a component without toplevel alternatives or one alternative on toplevel. | 
| EBNFread.EBNFdef | An instance of this contains a EBNF component definition like name::=SYNTAX. | 
| EBNFread.EBNFexpr | |
| EBNFread.EBNFitem | A non derived item has no sub items. | 
| EBNFread.XXXXXEBNFmain |