|
getopt-0.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Set |
getTokenTypes()
Returns the token types that could potentially be returned by this TokenIterator . |
Object |
getType()
Returns the type of the current token. |
void |
remove()
This is an unsupported method in a TokenIterator object. |
Methods inherited from interface java.util.Iterator |
hasNext,
next |
Method Detail |
public Set getTokenTypes()
TokenIterator
.Set
containing the potential token types. The
actual class of the elements of the set are implementation
dependant.public Object getType()
next()
.next
method has
not yet been called, or the remove
method has
already been called after the last call to the
next
method.public void remove()
TokenIterator
object.
|
getopt-0.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |