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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/
H A DGetOpt.java52 theOptionMatcher = new OptionMatcher(optString);
88 if(!op.hasArg() && theOptionMatcher.hasArg(opLetter)){
151 boolean shouldHaveArg = theOptionMatcher.hasArg(c);
153 if(!theOptionMatcher.match(c)) {
179 if(theOptionMatcher.hasArg(c)){
208 private OptionMatcher theOptionMatcher = null; field in class:GetOpt

Completed in 42 milliseconds