public class ExternalTypeEnumeration extends Object
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.
| Constructor and Description |
|---|
ExternalTypeEnumeration(String descriptor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMoreTypes() |
String |
methodName() |
String |
nextType() |
void |
reset() |
Copyright © 2019. All rights reserved.