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

Method EnterRule

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

Source from the content-addressed store, hash-verified

5917}
5918
5919func (s *IntContext) EnterRule(listener antlr.ParseTreeListener) {
5920 if listenerT, ok := listener.(CELListener); ok {
5921 listenerT.EnterInt(s)
5922 }
5923}
5924
5925func (s *IntContext) ExitRule(listener antlr.ParseTreeListener) {
5926 if listenerT, ok := listener.(CELListener); ok {

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

EnterIntMethod · 0.65

Tested by

no test coverage detected