private static class JSTypeCreatorFromJSDoc.ParamIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
index |
(package private) java.util.Iterator<java.lang.String> |
paramNames
The parameter names from the JSDocInfo.
|
(package private) Node |
params
The PARAM_LIST node containing the function parameters.
|
Constructor and Description |
---|
ParamIterator(Node params,
JSDocInfo jsdoc) |
Modifier and Type | Method and Description |
---|---|
(package private) Node |
getNode() |
(package private) boolean |
hasNext() |
(package private) java.lang.String |
nextString() |
java.util.Iterator<java.lang.String> paramNames
Node params
int index
boolean hasNext()
java.lang.String nextString()
Node getNode()