Function
NewRelationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5167 | func (*RelationContext) IsRelationContext() {} |
| 5168 | |
| 5169 | func NewRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationContext { |
| 5170 | var p = new(RelationContext) |
| 5171 | |
| 5172 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 5173 | |
| 5174 | p.parser = parser |
| 5175 | p.RuleIndex = CommandsParserRULE_relation |
| 5176 | |
| 5177 | return p |
| 5178 | } |
| 5179 | |
| 5180 | func (s *RelationContext) GetParser() antlr.Parser { return s.parser } |
| 5181 | |
Tested by
no test coverage detected