MCPcopy Index your code
hub / github.com/google/mangle / NewTemporalAnnotationContext

Function NewTemporalAnnotationContext

parse/gen/mangle_parser.go:2104–2113  ·  view source on GitHub ↗
(parser antlr.Parser, parent antlr.ParserRuleContext, invokingState int)

Source from the content-addressed store, hash-verified

2102func (*TemporalAnnotationContext) IsTemporalAnnotationContext() {}
2103
2104func 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
2115func (s *TemporalAnnotationContext) GetParser() antlr.Parser { return s.parser }
2116

Callers 1

TemporalAnnotationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected