Searched refs:consoleMethod (Results 1 – 1 of 1) sorted by relevance
241 Method consoleMethod = System.class.getDeclaredMethod("console"); in getConsole() local242 Object console = consoleMethod.invoke(null); in getConsole()