Package proguard.classfile.util
Class ExternalTypeEnumeration
- java.lang.Object
-
- proguard.classfile.util.ExternalTypeEnumeration
-
public class ExternalTypeEnumeration extends java.lang.ObjectAnExternalTypeEnumerationprovides an enumeration of all types listed in a given external descriptor string. The method name can be retrieved separately.An
ExternalTypeEnumerationinstance can be reused for processing different subsequent descriptors, by means of thesetDescriptor(java.lang.String)method.
-
-
Constructor Summary
Constructors Constructor Description ExternalTypeEnumeration(java.lang.String descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreTypes()java.lang.StringmethodName()java.lang.StringnextType()voidreset()
-