proguard.classfile.util
Class DescriptorClassEnumeration
java.lang.Object
proguard.classfile.util.DescriptorClassEnumeration
- public class DescriptorClassEnumeration
- extends Object
A DescriptorClassEnumeration provides an enumeration of all
classes mentioned in a given descriptor string.
A DescriptorClassEnumeration 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 |
DescriptorClassEnumeration
public DescriptorClassEnumeration(String descriptor)
reset
public void reset()
classCount
public int classCount()
- Returns the number of classes contained in the descriptor. This
is the number of class names that the enumeration will return.
hasMoreClassNames
public boolean hasMoreClassNames()
nextFluff
public String nextFluff()
nextClassName
public String nextClassName()