(parser antlr.Parser, ctx antlr.ParserRuleContext)
| 3533 | } |
| 3534 | |
| 3535 | func NewJoinRelationContext(parser antlr.Parser, ctx antlr.ParserRuleContext) *JoinRelationContext { |
| 3536 | var p = new(JoinRelationContext) |
| 3537 | |
| 3538 | p.RelationContext = NewEmptyRelationContext() |
| 3539 | p.parser = parser |
| 3540 | p.CopyFrom(ctx.(*RelationContext)) |
| 3541 | |
| 3542 | return p |
| 3543 | } |
| 3544 | |
| 3545 | func (s *JoinRelationContext) GetLeft() IRelationContext { return s.left } |
| 3546 |
no test coverage detected