Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antlr/antlr4
/ exitRule
Method
exitRule
runtime/Python3/tests/expr/ExprParser.py:696–698 ·
view source on GitHub ↗
(self, listener:ParseTreeListener)
Source
from the content-addressed store, hash-verified
694
listener.enterId(self)
695
696
def
exitRule(self, listener:ParseTreeListener):
697
if
hasattr( listener,
"exitId"
):
698
listener.exitId(self)
699
700
701
class
IntContext(PrimaryContext):
Callers
6
prog
Method · 0.45
func
Method · 0.45
body
Method · 0.45
arg
Method · 0.45
stat
Method · 0.45
primary
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected