proguard.obfuscate
Class NumericNameFactory

java.lang.Object
  extended by proguard.obfuscate.NumericNameFactory
All Implemented Interfaces:
NameFactory

public class NumericNameFactory
extends java.lang.Object
implements NameFactory

This NameFactory generates unique numeric names, starting at "1".


Constructor Summary
NumericNameFactory()
           
 
Method Summary
 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

NumericNameFactory

public NumericNameFactory()
Method Detail

reset

public void reset()
Specified by:
reset in interface NameFactory

nextName

public java.lang.String nextName()
Specified by:
nextName in interface NameFactory