There is no place to change the value of the apiMode property except in com.sun.tools.javac.main.Main
。Should there be such a method?public void setAPIMode(boolean apiMode) {
this.apiMode = apiMode;}
。If the method is removed, should this property be meaningless?