Uses of Class
eu.bandm.tools.lexic.TokenRule
Package
Description
Toolkit for the dynamic construction of lexical analyzers.
-
Uses of TokenRule in eu.bandm.tools.lexic
ModifierConstructorDescriptionTokenRuleSet
(TokenRule<T>... rules) Creates a new instance with the given rules and the empty immediate precedence relation.TokenRuleSet
(BiPredicate<? super T, ? super T> precedenceOracle, TokenRule<T>... rules) Creates a new instance with the given rules and immediate precedence relation.ModifierConstructorDescriptionTokenRuleSet
(Collection<? extends TokenRule<T>> rules) Creates a new instance with the given rules and the empty immediate precedence relation.TokenRuleSet
(BiPredicate<? super T, ? super T> precedenceOracle, Collection<? extends TokenRule<T>> rules) Creates a new instance with the given rules and immediate precedence relation. -
Uses of TokenRule in eu.bandm.tools.tpath.parser2