(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 9639 | } |
| 9640 | |
| 9641 | func NewBoolFalseContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BoolFalseContext { |
| 9642 | var p = new(BoolFalseContext) |
| 9643 | |
| 9644 | InitEmptyLiteralContext(&p.LiteralContext) |
| 9645 | p.parser = parser |
| 9646 | p.CopyAll(ctx.(*LiteralContext)) |
| 9647 | |
| 9648 | return p |
| 9649 | } |
| 9650 | |
| 9651 | func (s *BoolFalseContext) GetTok() antlr.Token { return s.tok } |
| 9652 |
no test coverage detected