Uses of Interface
eu.bandm.tools.format.spi.FormatClient

Packages that use FormatClient
Package
Description
Toolkit for the dynamic construction of lexical analyzers.
  • Uses of FormatClient in eu.bandm.tools.lexic

    Classes in eu.bandm.tools.lexic that implement FormatClient
    Modifier and Type
    Class
    Description
    class 
    Base class of finite automata.
    protected static final class 
    State of an automaton.
    class 
    Behavior of an automaton in a particular state.
    class 
    Immutable map of Unicode code point keys encoded as int values to arbitrary values.
    class 
    Deterministic finite-state labeled automaton.
    class 
    Nondeterministic finite-state labeled automaton.
    class 
    Syntactic fragment as building block for a token rule.
    class 
    Zero-overhead automaton that is identical to the behavior of its own initial state.