Uses of Class
eu.bandm.tools.lexic.TokenRule
-
Uses of TokenRule in eu.bandm.tools.lexic
ModifierConstructorDescriptionTokenRuleSet
(TokenRule<T>... rules) Creates a new instance with the given rules and the empty precedence relation.TokenRuleSet
(BiPredicate<? super T, ? super T> precedenceOracle, TokenRule<T>... rules) Creates a new instance with the given rules and precedence relation.ModifierConstructorDescriptionTokenRuleSet
(Collection<? extends TokenRule<T>> rules) Creates a new instance with the given rules and the empty precedence relation.TokenRuleSet
(BiPredicate<? super T, ? super T> precedenceOracle, Collection<? extends TokenRule<T>> rules) Creates a new instance with the given rules and precedence relation.