Searched refs:writerMethod (Results 1 – 1 of 1) sorted by relevance
16 Method writerMethod = console.getClass().getDeclaredMethod("writer"); in JDK6Console() local17 writer = (PrintWriter) writerMethod.invoke(console); in JDK6Console()