(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 5093 | } |
| 5094 | |
| 5095 | func NewBooleanDefaultContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *BooleanDefaultContext { |
| 5096 | var p = new(BooleanDefaultContext) |
| 5097 | |
| 5098 | p.BooleanExpressionContext = NewEmptyBooleanExpressionContext() |
| 5099 | p.parser = parser |
| 5100 | p.CopyFrom(ctx.(*BooleanExpressionContext)) |
| 5101 | |
| 5102 | return p |
| 5103 | } |
| 5104 | |
| 5105 | func (s *BooleanDefaultContext) GetRuleContext() antlr.RuleContext { |
| 5106 | return s |
no test coverage detected