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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DMain.java301 String showClass = options.get("showClass");
302 if (showClass != null) {
303 if (showClass.equals("showClass")) // no value given for option
304 showClass = "com.sun.tools.javac.Main";
305 showClass(showClass);
542 void showClass(String className) { method in class:Main

Completed in 747 milliseconds