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

Method ExitRule

parse/gen/mangle_parser.go:3843–3847  ·  view source on GitHub ↗
(listener antlr.ParseTreeListener)

Source from the content-addressed store, hash-verified

3841}
3842
3843func (s *StrContext) ExitRule(listener antlr.ParseTreeListener) {
3844 if listenerT, ok := listener.(MangleListener); ok {
3845 listenerT.ExitStr(s)
3846 }
3847}
3848
3849func (s *StrContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
3850 switch t := visitor.(type) {

Callers 15

Start_Method · 0.45
ProgramMethod · 0.45
PackageDeclMethod · 0.45
UseDeclMethod · 0.45
DeclMethod · 0.45
DescrBlockMethod · 0.45
BoundsBlockMethod · 0.45
ConstraintsBlockMethod · 0.45
ClauseMethod · 0.45
TemporalAnnotationMethod · 0.45
TemporalBoundMethod · 0.45
ClauseBodyMethod · 0.45

Calls 1

ExitStrMethod · 0.65

Tested by

no test coverage detected