Uses of Class
com.puppycrawl.tools.checkstyle.grammar.SimpleToken
Packages that use SimpleToken
Package
Description
Contains the grammar used by the Checkstyle framework.
-
Uses of SimpleToken in com.puppycrawl.tools.checkstyle.grammar
Methods in com.puppycrawl.tools.checkstyle.grammar that return SimpleTokenModifier and TypeMethodDescriptionstatic SimpleToken
SimpleToken.from
(org.antlr.v4.runtime.Token token) Creates a new instance from an existing ANTLRToken
.Methods in com.puppycrawl.tools.checkstyle.grammar that return types with arguments of type SimpleTokenModifier and TypeMethodDescriptionstatic Set<SimpleToken>
JavadocCommentsLexerUtil.getUnclosedTagNameTokens
(Deque<org.antlr.v4.runtime.Token> openTagNameTokens, Deque<org.antlr.v4.runtime.Token> closeTagNameTokens) Finds unclosed tag name tokens by comparing open and close tag name tokens.Method parameters in com.puppycrawl.tools.checkstyle.grammar with type arguments of type SimpleTokenModifier and TypeMethodDescriptionstatic boolean
JavadocCommentsParserUtil.isNonTightTag
(org.antlr.v4.runtime.TokenStream input, Set<SimpleToken> unclosedTagNameTokens) Checks if the next token in the input stream is a non-tight tag.