| 1144 | } |
| 1145 | |
| 1146 | type QueryNoWithContext struct { |
| 1147 | *antlr.BaseParserRuleContext |
| 1148 | parser antlr.Parser |
| 1149 | limit antlr.Token |
| 1150 | } |
| 1151 | |
| 1152 | func NewEmptyQueryNoWithContext() *QueryNoWithContext { |
| 1153 | var p = new(QueryNoWithContext) |
nothing calls this directly
no outgoing calls
no test coverage detected