proguard.classfile.util
Class ExternalTypeEnumeration
java.lang.Object
proguard.classfile.util.ExternalTypeEnumeration
public class ExternalTypeEnumeration
- extends java.lang.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(java.lang.String descriptor)
reset
public void reset()
hasMoreTypes
public boolean hasMoreTypes()
nextType
public java.lang.String nextType()
methodName
public java.lang.String methodName()