Function
NewAliasedRelationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4409 | func (*AliasedRelationContext) IsAliasedRelationContext() {} |
| 4410 | |
| 4411 | func NewAliasedRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *AliasedRelationContext { |
| 4412 | var p = new(AliasedRelationContext) |
| 4413 | |
| 4414 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 4415 | |
| 4416 | p.parser = parser |
| 4417 | p.RuleIndex = SqlBaseParserRULE_aliasedRelation |
| 4418 | |
| 4419 | return p |
| 4420 | } |
| 4421 | |
| 4422 | func (s *AliasedRelationContext) GetParser() antlr.Parser { return s.parser } |
| 4423 | |
Tested by
no test coverage detected