| 3428 | } |
| 3429 | |
| 3430 | type TemporalOperatorContext struct { |
| 3431 | antlr.BaseParserRuleContext |
| 3432 | parser antlr.Parser |
| 3433 | } |
| 3434 | |
| 3435 | func NewEmptyTemporalOperatorContext() *TemporalOperatorContext { |
| 3436 | var p = new(TemporalOperatorContext) |
nothing calls this directly
no outgoing calls
no test coverage detected