Package | Description |
---|---|
org.stekikun.dolmen.automaton | |
org.stekikun.dolmen.codegen |
Modifier and Type | Method and Description |
---|---|
static Automata |
Determinize.lexer(Lexer lexer,
boolean optimisation) |
Modifier and Type | Method and Description |
---|---|
static SourceMapping |
AutomataOutput.output(Writer writer,
String className,
Config config,
Automata aut)
Generates the code from the automata
aut in
a Java class with name className , exported
using the given writer and parameterized
by the configuration config . |
static SourceMapping |
AutomataOutput.outputDefault(Writer writer,
String className,
Automata aut)
Same as
AutomataOutput.output(Writer, String, Config, Automata)
but the the default configuration. |