Function
NewLetContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 997 | func (*LetContext) IsLetContext() {} |
| 998 | |
| 999 | func NewLetContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *LetContext { |
| 1000 | var p = new(LetContext) |
| 1001 | |
| 1002 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 1003 | |
| 1004 | p.parser = parser |
| 1005 | p.RuleIndex = CommandsParserRULE_let |
| 1006 | |
| 1007 | return p |
| 1008 | } |
| 1009 | |
| 1010 | func (s *LetContext) GetParser() antlr.Parser { return s.parser } |
| 1011 | |
Tested by
no test coverage detected