Uses of Class
eu.bandm.tools.lexic.LookaheadTokenProcessor
Package
Description
Toolkit for the dynamic construction of lexical analyzers.
-
Uses of LookaheadTokenProcessor in eu.bandm.tools.lexic
Modifier and TypeClassDescriptionclass
LookaheadTokenFilter<D,
T, L> Abstract base class for token processors that filter out certain tokens.class
TokenFilter<D,
T> Abstract base class for token processors that filter out certain tokens.class
TokenProcessor<D,
T> Abstract base class for secondary token sources that feed on other token sources. -
Uses of LookaheadTokenProcessor in eu.bandm.tools.tpath.parser2
Modifier and TypeClassDescriptionclass
Screener<D>
Token processor to recognize context-dependent token types.