| 2579 | } |
| 2580 | |
| 2581 | type CompileContext struct { |
| 2582 | antlr.BaseParserRuleContext |
| 2583 | parser antlr.Parser |
| 2584 | e IExprContext |
| 2585 | } |
| 2586 | |
| 2587 | func NewEmptyCompileContext() *CompileContext { |
| 2588 | var p = new(CompileContext) |
nothing calls this directly
no outgoing calls
no test coverage detected