ac++;
//大多数process()内部都是把flag与operand构成一<K,V>对,
//存入options中,options可以看成是一个Map<K,V>
//细节请看com.sun.tools.javac.main.RecognizedOptions类的getAll()方法
if (option.process(options, flag, operand))
return null;
} else {
//大多数process()内部都是把flag与flag构成一<K,V>对,
//存入options中,options可以看成是一个Map<K,V>
//细节请看com.sun.tools.javac.main.RecognizedOptions类的getAll()方法