MCPcopy
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

progMethod · 0.45
funcMethod · 0.45
bodyMethod · 0.45
argMethod · 0.45
statMethod · 0.45
primaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected