| 1875 | } |
| 1876 | |
| 1877 | type ClauseContext struct { |
| 1878 | antlr.BaseParserRuleContext |
| 1879 | parser antlr.Parser |
| 1880 | } |
| 1881 | |
| 1882 | func NewEmptyClauseContext() *ClauseContext { |
| 1883 | var p = new(ClauseContext) |
nothing calls this directly
no outgoing calls
no test coverage detected