(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 3492 | } |
| 3493 | |
| 3494 | func NewRelationDefaultContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *RelationDefaultContext { |
| 3495 | var p = new(RelationDefaultContext) |
| 3496 | |
| 3497 | p.RelationContext = NewEmptyRelationContext() |
| 3498 | p.parser = parser |
| 3499 | p.CopyFrom(ctx.(*RelationContext)) |
| 3500 | |
| 3501 | return p |
| 3502 | } |
| 3503 | |
| 3504 | func (s *RelationDefaultContext) GetRuleContext() antlr.RuleContext { |
| 3505 | return s |
no test coverage detected