Function
NewNamedQueryContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2982 | func (*NamedQueryContext) IsNamedQueryContext() {} |
| 2983 | |
| 2984 | func NewNamedQueryContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NamedQueryContext { |
| 2985 | var p = new(NamedQueryContext) |
| 2986 | |
| 2987 | p.BaseParserRuleContext = antlr.NewBaseParserRuleContext(parent, invokingState) |
| 2988 | |
| 2989 | p.parser = parser |
| 2990 | p.RuleIndex = SqlBaseParserRULE_namedQuery |
| 2991 | |
| 2992 | return p |
| 2993 | } |
| 2994 | |
| 2995 | func (s *NamedQueryContext) GetParser() antlr.Parser { return s.parser } |
| 2996 | |
Tested by
no test coverage detected