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