Searched refs:theOptionsIterator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/
H A DGetOpt.java105 theOptionsIterator = theOptions.listIterator();
148 if(theOptionsIterator.hasNext()){
149 theCurrentOption = (Option)theOptionsIterator.next();
205 private ListIterator theOptionsIterator; field in class:GetOpt

Completed in 28 milliseconds