(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5681 | } |
| 5682 | |
| 5683 | func NewBoolFalseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolFalseContext { |
| 5684 | var p = new(BoolFalseContext) |
| 5685 | |
| 5686 | InitEmptyLiteralContext(&p.LiteralContext) |
| 5687 | p.parser = parser |
| 5688 | p.CopyAll(ctx.(*LiteralContext)) |
| 5689 | |
| 5690 | return p |
| 5691 | } |
| 5692 | |
| 5693 | func (s *BoolFalseContext) GetTok() antlr.Token { return s.tok } |
| 5694 |
no test coverage detected