Function
NewTemporalAnnotationContext
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)
Source from the content-addressed store, hash-verified
| 2102 | func (*TemporalAnnotationContext) IsTemporalAnnotationContext() {} |
| 2103 | |
| 2104 | func NewTemporalAnnotationContext(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int) *TemporalAnnotationContext { |
| 2105 | var p = new(TemporalAnnotationContext) |
| 2106 | |
| 2107 | antlr.InitBaseParserRuleContext(&p.BaseParserRuleContext, parent, invokingState) |
| 2108 | |
| 2109 | p.parser = parser |
| 2110 | p.RuleIndex = MangleParserRULE_temporalAnnotation |
| 2111 | |
| 2112 | return p |
| 2113 | } |
| 2114 | |
| 2115 | func (s *TemporalAnnotationContext) GetParser() antlr.Parser { return s.parser } |
| 2116 | |
Tested by
no test coverage detected