Function
NewParamContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 1936 | func (*ParamContext) IsParamContext() {} |
| 1937 | |
| 1938 | func NewParamContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ParamContext { |
| 1939 | var p = new(ParamContext) |
| 1940 | |
| 1941 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 1942 | |
| 1943 | p.parser = parser |
| 1944 | p.RuleIndex = CommandsParserRULE_param |
| 1945 | |
| 1946 | return p |
| 1947 | } |
| 1948 | |
| 1949 | func (s *ParamContext) GetParser() antlr.Parser { return s.parser } |
| 1950 | |
Tested by
no test coverage detected