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

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/cmdline/getopt/
H A DGetOpt.java235 theOptString = optString;
239 if(theOptString.indexOf(c) != -1){
246 int index = theOptString.indexOf(c)+1;
247 if (index == theOptString.length()){
248 // reached end of theOptString
251 else if(theOptString.charAt(index) == ':'){
256 private String theOptString = null; field in class:GetOpt.OptionMatcher

Completed in 29 milliseconds