Uses of Class
eu.bandm.tools.format.spi.FormatServer
Packages that use FormatServer
Package
Description
Text layout and pretty printing,
see the user documentation.
An implementation-agnostic API for pretty-printing format objects.
Toolkit for the dynamic construction of lexical analyzers.
-
Uses of FormatServer in eu.bandm.tools.format
Methods in eu.bandm.tools.format that return FormatServer -
Uses of FormatServer in eu.bandm.tools.format.spi
Methods in eu.bandm.tools.format.spi with parameters of type FormatServerModifier and TypeMethodDescription<F> FFormatClient.format(FormatServer<F> server) Represent this or the underlying object in a human-readable, pretty-printable way. -
Uses of FormatServer in eu.bandm.tools.lexic
Methods in eu.bandm.tools.lexic with parameters of type FormatServerModifier and TypeMethodDescription<F> FAutomaton.State.format(FormatServer<F> server) Returns a pretty-printable representation of this state.<F> FBehavior.format(FormatServer<F> server) Returns a pretty-printable representation of this behavior.<F> FCodePointMap.format(FormatServer<F> server) Returns a human-readable representation of this map.<F> FCodePointMap.format(FormatServer<F> server, Function<? super V, ? extends F> onValue) Returns a human-readable representation of this map.<F> FDAutomaton.format(FormatServer<F> server) Returns a pretty-printable representation of this automaton.<F> FDAutomaton.format(FormatServer<F> server, Function<? super V, ? extends F> onValue) Returns a pretty-printable representation of this automaton.<F> FNAutomaton.format(FormatServer<F> server) Represent this or the underlying object in a human-readable, pretty-printable way.<F> FNAutomaton.format(FormatServer<F> server, Function<? super V, ? extends F> onValue) Returns a pretty-printable representation of this automaton.<F> FTokenFragment.format(FormatServer<F> server) Represent this or the underlying object in a human-readable, pretty-printable way.