Function
NewNameContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 30107 | func (*NameContext) IsNameContext() {} |
| 30108 | |
| 30109 | func NewNameContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *NameContext { |
| 30110 | var p = new(NameContext) |
| 30111 | |
| 30112 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 30113 | |
| 30114 | p.parser = parser |
| 30115 | p.RuleIndex = SQLiteParserRULE_name |
| 30116 | |
| 30117 | return p |
| 30118 | } |
| 30119 | |
| 30120 | func (s *NameContext) GetParser() antlr.Parser { return s.parser } |
| 30121 | |
Tested by
no test coverage detected