proguard.classfile.util
Class ExternalTypeEnumeration
java.lang.Object
proguard.classfile.util.ExternalTypeEnumeration
- public class ExternalTypeEnumeration
- extends Object
An ExternalTypeEnumeration provides an enumeration of all
types listed in a given external descriptor string. The method name can
be retrieved separately.
A ExternalTypeEnumeration object can be reused for processing
different subsequent descriptors, by means of the setDescriptor
method.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExternalTypeEnumeration
public ExternalTypeEnumeration(String descriptor)
reset
public void reset()
hasMoreTypes
public boolean hasMoreTypes()
nextType
public String nextType()
methodName
public String methodName()