Searched refs:isMethodSynthetic (Results 1 – 1 of 1) sorted by relevance
109 System.out.println("Is synthetic: " + isMethodSynthetic(m)); in testMethod()140 private static native boolean isMethodSynthetic(Method m); in isMethodSynthetic() method in Test910