public class RegularGenerator extends Object
| Constructor and Description |
|---|
RegularGenerator() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
generate(String pkg,
String name,
DFA dfa,
Map<State,T> finalStates,
PrintWriter ow,
Function<Set<T>,String> prioritizer,
TypeMirror factoryType) |
public <T> void generate(String pkg, String name, DFA dfa, Map<State,T> finalStates, PrintWriter ow, Function<Set<T>,String> prioritizer, TypeMirror factoryType)
Copyright © 2020. All rights reserved.