Function
NewEscapeIdentContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 5127 | func (*EscapeIdentContext) IsEscapeIdentContext() {} |
| 5128 | |
| 5129 | func NewEscapeIdentContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *EscapeIdentContext { |
| 5130 | var p = new(EscapeIdentContext) |
| 5131 | |
| 5132 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 5133 | |
| 5134 | p.parser = parser |
| 5135 | p.RuleIndex = CELParserRULE_escapeIdent |
| 5136 | |
| 5137 | return p |
| 5138 | } |
| 5139 | |
| 5140 | func (s *EscapeIdentContext) GetParser() antlr.Parser { return s.parser } |
| 5141 | |
Tested by
no test coverage detected