Uses of Interface
com.puppycrawl.tools.checkstyle.grammar.CommentListener
-
Packages that use CommentListener Package Description com.puppycrawl.tools.checkstyle.api Contains the core API to be used to implement checks.com.puppycrawl.tools.checkstyle.grammar.java -
-
Uses of CommentListener in com.puppycrawl.tools.checkstyle.api
Classes in com.puppycrawl.tools.checkstyle.api that implement CommentListener Modifier and Type Class Description classFileContentsRepresents the contents of a file. -
Uses of CommentListener in com.puppycrawl.tools.checkstyle.grammar.java
Fields in com.puppycrawl.tools.checkstyle.grammar.java declared as CommentListener Modifier and Type Field Description private CommentListenerJavaLanguageLexer. commentListenerMethods in com.puppycrawl.tools.checkstyle.grammar.java with parameters of type CommentListener Modifier and Type Method Description voidJavaLanguageLexer. setCommentListener(CommentListener commentListener)Sets the CommentListener for the lexer.
-