public class DefaultNameGenerator extends Object implements INameGenerator
| Modifier and Type | Field and Description |
|---|---|
protected String |
defaultPackageName |
protected HashSet<String> |
used |
| Constructor and Description |
|---|
DefaultNameGenerator(String string) |
| Modifier and Type | Method and Description |
|---|---|
String |
fullyQualifiedName(AbstractType t) |
static boolean |
isKeyword(String v) |
protected String defaultPackageName
public DefaultNameGenerator(String string)
public static boolean isKeyword(String v)
public String fullyQualifiedName(AbstractType t)
fullyQualifiedName in interface INameGeneratorCopyright © 2016 OnPositive. All rights reserved.