Function
NewModule_argumentContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 28981 | func (*Module_argumentContext) IsModule_argumentContext() {} |
| 28982 | |
| 28983 | func NewModule_argumentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *Module_argumentContext { |
| 28984 | var p = new(Module_argumentContext) |
| 28985 | |
| 28986 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 28987 | |
| 28988 | p.parser = parser |
| 28989 | p.RuleIndex = SQLiteParserRULE_module_argument |
| 28990 | |
| 28991 | return p |
| 28992 | } |
| 28993 | |
| 28994 | func (s *Module_argumentContext) GetParser() antlr.Parser { return s.parser } |
| 28995 | |
Tested by
no test coverage detected