MCPcopy Create free account
hub / github.com/cel-expr/cel-go / ExitRule

Method ExitRule

parser/gen/cel_parser.go:5925–5929  ·  view source on GitHub ↗
(listener antlr.ParseTreeListener)

Source from the content-addressed store, hash-verified

5923}
5924
5925func (s *IntContext) ExitRule(listener antlr.ParseTreeListener) {
5926 if listenerT, ok := listener.(CELListener); ok {
5927 listenerT.ExitInt(s)
5928 }
5929}
5930
5931func (s *IntContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
5932 switch t := visitor.(type) {

Callers 14

Start_Method · 0.45
ExprMethod · 0.45
ConditionalOrMethod · 0.45
ConditionalAndMethod · 0.45
UnaryMethod · 0.45
PrimaryMethod · 0.45
ExprListMethod · 0.45
ListInitMethod · 0.45
FieldInitializerListMethod · 0.45
OptFieldMethod · 0.45
MapInitializerListMethod · 0.45
EscapeIdentMethod · 0.45

Calls 1

ExitIntMethod · 0.65

Tested by

no test coverage detected