Searched refs:getEnclosingMethod (Results 1 – 6 of 6) sorted by relevance
91 public final ConstantNameAndType getEnclosingMethod() { in getEnclosingMethod() method in EnclosingMethod
47 final String enclosingMethodName = em.getEnclosingMethod().getName(pool); in testCheckMethodLevelNamedInnerClass()
337 Method enclosingMethod = declaringClass.getEnclosingMethod(); in mayNeedHiddenThis()
365 Method enclosingMethod = declaringClass.getEnclosingMethod(); in mayNeedHiddenThis()
788 public final CtMethod getEnclosingMethod() throws NotFoundException { in getEnclosingMethod() method in CtClass
1117 return !isObjectOrPrimitive(cls) && (cls.getEnclosingMethod() != null); in hasEnclosingMethod()