| 18 | /// Parent production that instanciated this one. May be NULL for |
| 19 | /// top-level productions. |
| 20 | struct prod *pprod; |
| 21 | /// Scope object to model column/table reference visibility. |
| 22 | struct scope *scope; |
| 23 | /// Level of this production in the AST. 0 for root node. |
nothing calls this directly
no outgoing calls
no test coverage detected