| 2414 | } |
| 2415 | |
| 2416 | type ClauseBodyContext struct { |
| 2417 | antlr.BaseParserRuleContext |
| 2418 | parser antlr.Parser |
| 2419 | } |
| 2420 | |
| 2421 | func NewEmptyClauseBodyContext() *ClauseBodyContext { |
| 2422 | var p = new(ClauseBodyContext) |
nothing calls this directly
no outgoing calls
no test coverage detected