Searched refs:mIsInterface (Results 1 – 3 of 3) sorted by relevance
25 private boolean mIsInterface; field in EmptyOverrideGeneratorClassAdapter40 mIsInterface = (access & ACC_INTERFACE) == ACC_INTERFACE; in visit()45 if (mIsAbstract || mIsInterface || mMethodsToGenerate.isEmpty()) { in visitEnd()
129 mIsInterface = isInterface; in initialize()284 return mIsInterface; in isInterface()969 } else if (mIsInterface) { in setContainingPackage()1944 private boolean mIsInterface; field in ClassInfo