ParseTreeListener methods should have documentation
Author: ArgonDesignCreated Feb 11, 2018Updated Jul 5, 2026
Affecting version 4.7.1
The 4 interface methods in ParseTreeListener.java should have javadoc provided.
Generated XBaseListeners implement these and use {@inheritDoc} in their javadoc. The missing javadoc in ParseTreeListener then yields a warning in at least the Scala documentation engine.
Source: antlr/antlr4