public class ExternalTypeEnumeration
extends java.lang.Object
ExternalTypeEnumeration 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 the setDescriptor(java.lang.String)
method.| Constructor and Description |
|---|
ExternalTypeEnumeration(java.lang.String descriptor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreTypes() |
java.lang.String |
methodName() |
java.lang.String |
nextType() |
void |
reset() |