Uses of Interface
eu.bandm.tools.format.spi.FormatClient
Packages that use FormatClient
-
Uses of FormatClient in eu.bandm.tools.lexic
Classes in eu.bandm.tools.lexic that implement FormatClientModifier and TypeClassDescriptionclassAutomaton<L,T> Base class of finite automata.protected static final classState of an automaton.classBehavior<L,T> Behavior of an automaton in a particular state.classCodePointMap<V>Immutable map of Unicode code point keys encoded asintvalues to arbitrary values.classDAutomaton<V>Deterministic finite-state labeled automaton.classNAutomaton<V>Nondeterministic finite-state labeled automaton.classSyntactic fragment as building block for a token rule.classZAutomaton<V>Zero-overhead automaton that is identical to the behavior of its own initial state.