Interface | Description |
---|---|
NameGenerator |
Generates names that are compatible with Java identifiers.
|
Class | Description |
---|---|
AbstractNameGenerator |
Abstract class that implements
NameGenerator.generateName(int) . |
HorrorNameGenerator |
Implementation that generates names consisting of hard recognizable symbols.
|
JunkNameGenerator |
Implementation that generates names consisting of hard recognizable symbols.
|