Uses of Class
eu.bandm.tools.lexic.TokenRule
Packages that use TokenRule
Package
Description
Toolkit for the dynamic construction of lexical analyzers.
-
Uses of TokenRule in eu.bandm.tools.lexic
Methods in eu.bandm.tools.lexic that return types with arguments of type TokenRuleConstructors in eu.bandm.tools.lexic with parameters of type TokenRuleModifierConstructorDescriptionTokenRuleSet
(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.Constructor parameters in eu.bandm.tools.lexic with type arguments of type TokenRuleModifierConstructorDescriptionTokenRuleSet
(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
Fields in eu.bandm.tools.tpath.parser2 declared as TokenRule