Searched refs:hasEnclosingMethod (Results 1 – 1 of 1) sorted by relevance
195 if (!isStatic && hasEnclosingMethod(type)) { in isLocalType()222 if (hasEnclosingMethod(type)) { in getOuterClass()1116 public static boolean hasEnclosingMethod(Class<?> cls) { in hasEnclosingMethod() method in ClassUtil