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

/opengrok-jel/src/org/opensolaris/opengrok/util/
H A DGetopt.java43 private int current; field in class:Getopt
55 current = -1;
119 ++current;
120 if (current < options.size()) {
121 ret = options.get(current).option;
128 * Reset the current pointer so we may traverse all the options again..
131 current = -1;
135 * Get the argument to the current option
141 if (current < options.size()) {
142 ret = options.get(current)
[all...]
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 11 milliseconds