Function
NewConditionalAndContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 4943 | func (*ConditionalAndContext) IsConditionalAndContext() {} |
| 4944 | |
| 4945 | func NewConditionalAndContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *ConditionalAndContext { |
| 4946 | var p = new(ConditionalAndContext) |
| 4947 | |
| 4948 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 4949 | |
| 4950 | p.parser = parser |
| 4951 | p.RuleIndex = CommandsParserRULE_conditionalAnd |
| 4952 | |
| 4953 | return p |
| 4954 | } |
| 4955 | |
| 4956 | func (s *ConditionalAndContext) GetParser() antlr.Parser { return s.parser } |
| 4957 | |
Tested by
no test coverage detected