|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectproguard.obfuscate.SpecialNameFactory
public class SpecialNameFactory
This NameFactory generates names that are special, by appending
a suffix.
| Constructor Summary | |
|---|---|
SpecialNameFactory(NameFactory nameFactory)
Creates a new SpecialNameFactory. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
java.lang.String |
nextName()
|
void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpecialNameFactory(NameFactory nameFactory)
SpecialNameFactory.
nameFactory - the name factory from which original names will be
retrieved.| Method Detail |
|---|
public void reset()
reset in interface NameFactorypublic java.lang.String nextName()
nextName in interface NameFactorypublic static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||