Function
NewDeclareContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1233 | func (*DeclareContext) IsDeclareContext() {} |
| 1234 | |
| 1235 | func NewDeclareContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *DeclareContext { |
| 1236 | var p = new(DeclareContext) |
| 1237 | |
| 1238 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 1239 | |
| 1240 | p.parser = parser |
| 1241 | p.RuleIndex = CommandsParserRULE_declare |
| 1242 | |
| 1243 | return p |
| 1244 | } |
| 1245 | |
| 1246 | func (s *DeclareContext) GetParser() antlr.Parser { return s.parser } |
| 1247 | |
Tested by
no test coverage detected