Function
NewJoinCriteriaContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 3972 | func (*JoinCriteriaContext) IsJoinCriteriaContext() {} |
| 3973 | |
| 3974 | func NewJoinCriteriaContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *JoinCriteriaContext { |
| 3975 | var p = new(JoinCriteriaContext) |
| 3976 | |
| 3977 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 3978 | |
| 3979 | p.parser = parser |
| 3980 | p.RuleIndex = SqlBaseParserRULE_joinCriteria |
| 3981 | |
| 3982 | return p |
| 3983 | } |
| 3984 | |
| 3985 | func (s *JoinCriteriaContext) GetParser() antlr.Parser { return s.parser } |
| 3986 | |
Tested by
no test coverage detected