Function
NewRelationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1209 | func (*RelationContext) IsRelationContext() {} |
| 1210 | |
| 1211 | func NewRelationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *RelationContext { |
| 1212 | var p = new(RelationContext) |
| 1213 | |
| 1214 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 1215 | |
| 1216 | p.parser = parser |
| 1217 | p.RuleIndex = CELParserRULE_relation |
| 1218 | |
| 1219 | return p |
| 1220 | } |
| 1221 | |
| 1222 | func (s *RelationContext) GetParser() antlr.Parser { return s.parser } |
| 1223 | |
Tested by
no test coverage detected