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

Method ExitRule

repl/parser/commands_parser.go:1094–1098  ·  view source on GitHub ↗
(listener antlr.ParseTreeListener)

Source from the content-addressed store, hash-verified

1092}
1093
1094func (s *LetContext) ExitRule(listener antlr.ParseTreeListener) {
1095 if listenerT, ok := listener.(CommandsListener); ok {
1096 listenerT.ExitLet(s)
1097 }
1098}
1099
1100func (s *LetContext) Accept(visitor antlr.ParseTreeVisitor) interface{} {
1101 switch t := visitor.(type) {

Callers 15

StartCommandMethod · 0.45
CommandMethod · 0.45
HelpMethod · 0.45
LetMethod · 0.45
DeclareMethod · 0.45
VarDeclMethod · 0.45
FnDeclMethod · 0.45
ParamMethod · 0.45
Delete_Method · 0.45
SimpleMethod · 0.45
EmptyMethod · 0.45
CompileMethod · 0.45

Calls 1

ExitLetMethod · 0.65

Tested by

no test coverage detected