Uses of Interface
net.sourceforge.pmd.lang.TokenManager
Packages that use TokenManager
Package
Description
Utilities to implement a CPD
CpdLexer.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 TokenManagerModifier and TypeClassDescriptionclassA 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 streamclassA 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 TokenManagerModifier and TypeMethodDescriptionprotected TokenManager<T>CpdLexerBase.filterTokenStream(TokenManager<T> tokenManager) protected final 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 TokenManagerModifier and TypeMethodDescriptionprotected TokenManager<T>CpdLexerBase.filterTokenStream(TokenManager<T> tokenManager) Constructors in net.sourceforge.pmd.cpd.impl with parameters of type TokenManagerModifierConstructorDescriptionAntlrTokenFilter(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 TokenManagerModifier and TypeClassDescriptionclassGeneric 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 TokenManagerModifier and TypeClassDescriptionclassA base class for the token managers generated by JavaCC.