Function
NewVarDeclContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1419 | func (*VarDeclContext) IsVarDeclContext() {} |
| 1420 | |
| 1421 | func NewVarDeclContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *VarDeclContext { |
| 1422 | var p = new(VarDeclContext) |
| 1423 | |
| 1424 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 1425 | |
| 1426 | p.parser = parser |
| 1427 | p.RuleIndex = CommandsParserRULE_varDecl |
| 1428 | |
| 1429 | return p |
| 1430 | } |
| 1431 | |
| 1432 | func (s *VarDeclContext) GetParser() antlr.Parser { return s.parser } |
| 1433 | |
Tested by
no test coverage detected