|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectharpoon.ClassFile.UniqueName
public abstract class UniqueName
UniqueName contains methods to create unique class,
field, or method names.
| Constructor Summary | |
|---|---|
UniqueName()
|
|
| Method Summary | |
|---|---|
static String |
uniqueClassName(String suggestion,
Linker context)
Make a unique class name from a given suggestion. |
static String |
uniqueFieldName(String suggestion,
HClass context)
Make a unique field name from a given suggestion. |
static String |
uniqueMethodName(String suggestion,
HClass context)
Make a unique method name from a given suggestion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UniqueName()
| Method Detail |
|---|
public static String uniqueClassName(String suggestion,
Linker context)
public static String uniqueFieldName(String suggestion,
HClass context)
public static String uniqueMethodName(String suggestion,
HClass context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||