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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DOptions.java80 public boolean nocompile; field in class:Options
321 // -nocompile implies -keep. this is undocumented switch.
322 nocompile = true;
H A DWsgenTool.java188 String[] args = new String[8 + (bootCP ? 1 :0) + (options.nocompile?1:0)];
197 if(options.nocompile) {
198 args[i++] = "-nocompile";
H A DWsimportTool.java216 if (!options.nocompile){
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DAptJavaCompiler.java126 nocompile = options.get("-nocompile") != null;
152 public boolean nocompile; field in class:AptJavaCompiler
/openjdk7/jdk/src/share/classes/sun/rmi/rmic/
H A DMain.java78 boolean nocompile; field in class:Main
189 nocompile = false;
238 nocompile = true;
573 if (!nocompile) {
730 if (nocompile) {

Completed in 1600 milliseconds