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

Method EnterRule

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

Source from the content-addressed store, hash-verified

1086}
1087
1088func (s *LetContext) EnterRule(listener antlr.ParseTreeListener) {
1089 if listenerT, ok := listener.(CommandsListener); ok {
1090 listenerT.EnterLet(s)
1091 }
1092}
1093
1094func (s *LetContext) ExitRule(listener antlr.ParseTreeListener) {
1095 if listenerT, ok := listener.(CommandsListener); ok {

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

EnterLetMethod · 0.65

Tested by

no test coverage detected