public java.util.Iterator | parameterTypeIterator(java.lang.String parameterDeclarations)This method returns an iterator over the parameter types of the
specified parameter declaration. The types are represented by their name, thus
the Iterator's next method returns Strings.
|