Uses of Interface
com.puppycrawl.tools.checkstyle.grammar.CommentListener
Packages that use CommentListener
Package
Description
Contains the core API to be used to implement checks.
-
Uses of CommentListener in com.puppycrawl.tools.checkstyle.api
Classes in com.puppycrawl.tools.checkstyle.api that implement CommentListener -
Uses of CommentListener in com.puppycrawl.tools.checkstyle.grammar.java
Fields in com.puppycrawl.tools.checkstyle.grammar.java declared as CommentListenerMethods in com.puppycrawl.tools.checkstyle.grammar.java with parameters of type CommentListenerModifier and TypeMethodDescriptionvoid
JavaLanguageLexer.setCommentListener
(CommentListener commentListener) Sets the CommentListener for the lexer.