Uses of Interface
net.sourceforge.pmd.lang.TokenManager
-
Packages that use TokenManager Package Description net.sourceforge.pmd.cpd.impl Utilities to implement a CPDCpdLexer.net.sourceforge.pmd.lang.ast.impl.antlr4 net.sourceforge.pmd.lang.ast.impl.javacc Support classes for language implementations based on JavaCC. -
-
Uses of TokenManager in net.sourceforge.pmd.cpd.impl
Classes in net.sourceforge.pmd.cpd.impl that implement TokenManager Modifier and Type Class Description classAntlrTokenFilterA generic filter for Antlr-based token managers that allows to use comments to enable / disable analysis of parts of the streamclassBaseTokenFilter<T extends GenericToken<T>>A generic filter for PMD token managers that allows to use comments to enable / disable analysis of parts of the streamclassJavaCCTokenFilterA generic filter for JavaCC-based token managers that allows to use comments to enable / disable analysis of parts of the streamMethods in net.sourceforge.pmd.cpd.impl that return TokenManager Modifier and Type Method Description protected TokenManager<T>CpdLexerBase. filterTokenStream(TokenManager<T> tokenManager)protected TokenManager<AntlrToken>AntlrCpdLexer. makeLexerImpl(TextDocument doc)protected abstract TokenManager<T>CpdLexerBase. makeLexerImpl(TextDocument doc)Methods in net.sourceforge.pmd.cpd.impl with parameters of type TokenManager Modifier and Type Method Description protected TokenManager<T>CpdLexerBase. filterTokenStream(TokenManager<T> tokenManager)Constructors in net.sourceforge.pmd.cpd.impl with parameters of type TokenManager Constructor Description AntlrTokenFilter(TokenManager<AntlrToken> tokenManager)Creates a new AntlrTokenFilterBaseTokenFilter(TokenManager<T> tokenManager)Creates a new BaseTokenFilterJavaCCTokenFilter(TokenManager<JavaccToken> tokenManager)Creates a new JavaCCTokenFilter -
Uses of TokenManager in net.sourceforge.pmd.lang.ast.impl.antlr4
Classes in net.sourceforge.pmd.lang.ast.impl.antlr4 that implement TokenManager Modifier and Type Class Description classAntlrTokenManagerGeneric token manager implementation for all Antlr lexers. -
Uses of TokenManager in net.sourceforge.pmd.lang.ast.impl.javacc
Classes in net.sourceforge.pmd.lang.ast.impl.javacc that implement TokenManager Modifier and Type Class Description classAbstractTokenManagerA base class for the token managers generated by JavaCC.
-