Package proguard.classfile.util
Class ExternalTypeEnumeration
- java.lang.Object
-
- proguard.classfile.util.ExternalTypeEnumeration
-
public class ExternalTypeEnumeration extends java.lang.Object
AnExternalTypeEnumeration
provides an enumeration of all types listed in a given external descriptor string. The method name can be retrieved separately.An
ExternalTypeEnumeration
instance 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 boolean
hasMoreTypes()
java.lang.String
methodName()
java.lang.String
nextType()
void
reset()
-