Uses of Interface
net.sourceforge.pmd.lang.ast.GenericToken
Packages that use GenericToken
Package
Description
Utilities to implement a CPD
CpdLexer.Support classes for language implementations based on JavaCC.
-
Uses of GenericToken in net.sourceforge.pmd.cpd.impl
Classes in net.sourceforge.pmd.cpd.impl with type parameters of type GenericTokenModifier and TypeClassDescriptionclassBaseTokenFilter<T extends GenericToken<T>>A generic filter for PMD token managers that allows to use comments to enable / disable analysis of parts of the streamclassCpdLexerBase<T extends GenericToken<T>>Generic base class for aCpdLexer. -
Uses of GenericToken in net.sourceforge.pmd.lang
Classes in net.sourceforge.pmd.lang with type parameters of type GenericTokenModifier and TypeInterfaceDescriptioninterfaceTokenManager<T extends GenericToken<T>>Common interface for interacting with parser Token Managers. -
Uses of GenericToken in net.sourceforge.pmd.lang.ast
Classes in net.sourceforge.pmd.lang.ast with type parameters of type GenericTokenModifier and TypeInterfaceDescriptioninterfaceGenericToken<T extends GenericToken<T>>Represents a token, part of a token chain in a source file.Methods in net.sourceforge.pmd.lang.ast with type parameters of type GenericTokenModifier and TypeMethodDescriptionstatic <T extends GenericToken<T>>
Iterable<T> GenericToken.previousSpecials(T from) Returns an iterable that enumerates all special tokens belonging to the given token.static <T extends GenericToken<T>>
Iterable<T> GenericToken.range(T from, T to) Returns an iterator that enumerates all (non-special) tokens between the two tokens (bounds included).static <T extends GenericToken<T>>
Stream<T> GenericToken.streamRange(T from, T to) Returns a stream corresponding torange(GenericToken, GenericToken). -
Uses of GenericToken in net.sourceforge.pmd.lang.ast.impl
Classes in net.sourceforge.pmd.lang.ast.impl with type parameters of type GenericTokenModifier and TypeClassDescriptionclassTokenDocument<T extends GenericToken<T>>Token layer of a parsed file. -
Uses of GenericToken in net.sourceforge.pmd.lang.ast.impl.antlr4
Classes in net.sourceforge.pmd.lang.ast.impl.antlr4 that implement GenericToken -
Uses of GenericToken in net.sourceforge.pmd.lang.ast.impl.javacc
Classes in net.sourceforge.pmd.lang.ast.impl.javacc that implement GenericTokenModifier and TypeClassDescriptionclassA generic token implementation for JavaCC parsers.