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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/
H A DGetOpt.java149 theCurrentOption = (Option)theOptionsIterator.next();
150 char c = theCurrentOption.getArgLetter();
152 String arg = theCurrentOption.getArgument();
177 String tmp = theCurrentOption.getArgument();
178 char c = theCurrentOption.getArgLetter();
204 private Option theCurrentOption = null; field in class:GetOpt

Completed in 29 milliseconds